Animation

UI.Next DocumentationAPI ReferenceAnimation

Animation support allows describing animations and transitions as descriptive first-class values. The most common way to use animation is to specify animated attributes with Attr API, but they can also be scheduled imperatively.

For an example of animation, see the ObjectConstancy sample.

API in detail:

  • Anim - abstract animation types
  • Easing - easing functions
  • Interpolation - interpolation between two values
  • NormalizedTime - type alias for the [0, 1] range
  • Time - type alias for duration in milliseconds
  • Trans - support for animating change, enter and exit transitions