Items that bounce and stick to the center while scrolling.
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | — | The items to animate. Any JSX element allowed. |
staggerValue | number | 0.03 | Time offset between each child's animation start. |
scrollTargetRef | RefObject<HTMLElement | null> | undefined | Reference to the scroll target element. |