π¨βπ¨βπ¦βπ¦Stagger Animation
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.
Sliding Window
Controls how many child elements animate concurrently during the stagger effect.
Default:
10: 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.,3means up to three animate at once), creating a smoother, wave-like reveal.
Easing
Controls the easing within the sliding window. The default is linear. Supported values are linear, easeIn, easeInCubic, easeInQuart, easeOut, easeOutCubic, easeOutQuart, ease, easeInOutCubic, and easeInOutQuart.
Structure
The Stagger Animation component must be the direct child of Animation Group. Put the repeated cards, list items, or rows directly inside Stagger Animation. Start with the default slidingWindow and easing; add overrides only when you intentionally want a different rhythm.
Usage notes
Stagger Animation applies the parent Animation Group progress to its direct children.
Put the repeated elements, such as cards, list items, images, or text rows, directly inside Stagger Animation.
Define the animated CSS properties on the parent Animation Group, such as opacity, translate, scale, or rotate.
Use the regular Style Panel to define the final state of each child. Use Animation Group keyframes to define the starting state for "in" animations or the ending state for "out" animations.
Related
Animation Group β Parent container for animations
Text Animation β Animate text by character/word
Collection β Dynamic lists to animate
Last updated
Was this helpful?
