Reveal Loader
Visual Effects
A loading animation with a curtain reveal effect — shows a progress bar, then slides away to reveal content underneath.
Loading preview...
Customize
Duration (s)2
Loader Color
#E84E2D
Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | '' | Additional CSS classes. |
duration | number | 2 | Total animation duration in seconds. |
color | string | 'var(--color-ignite)' | Color of the loading indicator. |
onComplete | () => void | — | Callback fired when the reveal animation completes. |
children | React.ReactNode | — | Content revealed after loading. |