Animations
SlideReveal
Slides content into view from a chosen direction when it enters the viewport, with an optional delay.
Preview:1280px
Slides up
Slides right
Slides left
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| direction | 'left' | 'right' | 'up' | 'down' | 'up' | Direction the content slides in from. |
| delay | number | 0 | Delay in ms before the animation starts. |
| children | ReactNode | — | Content to reveal. |
| className | string | — | Additional CSS class names. |