sa_stateless_animation library

Classes

CustomAnimation<T>
Widget that creates a customized animation.
LoopAnimation<T>
Widget that creates and plays an animation endlessly from the start to the end.
MirrorAnimation<T>
Widget that creates and plays an animation endlessly from the start to the end, then reverse to the start, then again to the end and so on.
PlayAnimation<T>
Widget that creates and plays an animation until the end.

Enums

CustomAnimationControl
Set of instruction you can pass into a CustomAnimation.control.

Typedefs

AnimatedWidgetBuilder<T> = Widget Function(BuildContext context, Widget? child, T value)
Builder function used by widgets to update your scene when animating.