animation library

This library provides Dawn's animation system and its APIs.

Classes

Animation
This class can be used to add animations to PaintedWidget's instances.
Easing
An implementation of the cubic-bezier curves.
Keyframe
Similar to CSS and JS animations' keyframes.

Enums

AnimationDirection
Similar to CSS and JS animations' animation-direction.
AnimationFillMode
Similar to CSS and JS animations' animation-fill-mode.