Preview 2.0 is now in Public Beta!
Read the Announcement
AnimationDefinition
interface AnimationDefinition {
  backgroundColor: Color;
  curve: any;
  delay: number;
  duration: number;
  height: string | number | LengthDipUnit | LengthPxUnit | LengthPercentUnit;
  iterations: number;
  opacity: number;
  rotate: number | Point3D;
  scale: Pair;
  target: View;
  translate: Pair;
  width: string | number | LengthDipUnit | LengthPxUnit | LengthPercentUnit;
}

Summary

Properties

backgroundColor

delay

duration

iterations

opacity

rotate

rotate?: number | Point3D

translate