flutter_staggered_animations library

Classes

AnimationConfiguration
AnimationConfiguration provides the configuration used as a base for every children Animation. Configuration made in AnimationConfiguration can be overridden in Animation children if needed.
AnimationLimiter
In the context of a scrollable view, your children's animations are only built as the user scrolls and they appear on the screen.
FadeInAnimation
An animation that fades its child.
FlipAnimation
An animation that flips its child either vertically or horizontally.
ScaleAnimation
An animation that scales its child.
SlideAnimation
An animation that slides its child.

Enums

FlipAxis
An enum representing a flip axis.