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.
Last updated
Was this helpful?
Stagger Animation applies the parent animation to one child at a time, producing a smooth, sequential animation flow.
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.
Animations are currently in closed beta for testing. Reach out in Discord if you want to join.