Property | Type | Default | Description |
---|---|---|---|
children | ReactNode | – | The content to apply the staggered animation to. Typically a paragraph or text element. |
animateOnScroll | boolean | true | Whether the animation should be triggered when the element scrolls into view. |
delay | number | 0 | Delay in seconds before the animation starts. |
className | string | – | Optional additional class names for styling the wrapper element. |