π¨βπ¨βπ¦βπ¦Stagger Animation
Creates a cascading effect by animating child elements sequentially.
Last updated
Was this helpful?
Creates a cascading effect by animating child elements sequentially.
Stagger Animation applies the parent animation to one child at a time, producing a smooth, sequential animation flow.
Stagger Animation is one component of the animation engine. See Animations for an overview.
Just remember that you'll need to wrap the Stagger Animation component in an Animation Group to define and control the actual animation behavior. The Animation Group must be the direct parent of the Stagger Animation.
Controls how many child elements animate concurrently during the stagger effect.
0: Disables the transition animation for each element. Elements appear instantly one after the other in sequence.
1: Classic stagger effect. Only one element animates (with its transition, e.g., fade-in) at any given time.
> 1: Overlapping stagger effect. Multiple elements animate concurrently. The number specifies the maximum elements animating simultaneously (e.g., 3 means up to three animate at once), creating a smoother, wave-like reveal.
Animation Group β Parent container for animations
Text Animation β Animate text by character/word
Collection β Dynamic lists to animate
Last updated
Was this helpful?
Was this helpful?
