Granular Dust Reveal
A cinematic text reveal component. Uses microscopic SVG fractal noise to shatter typography into granular sand, dynamically coalescing into pristine, anti-aliased text.
Last Modified:Aug 17, 2026
Install
CLI
granular-dust-reveal
Or install a specific demo variant:
granular-dust-headline-demo
Or install a specific demo variant:
granular-dust-paragraph-demo
Manual
1. Install Dependencies
Dependencies
2. Add Source Code
Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | Required | The full string of text to reveal. Supports wrapping. |
as | React.ElementType | "h1" | The HTML tag to render as. |
splitBy | "word" | "char" | "word" | Whether to split and animate by word or individual character. |
startingDisplacement | number | 80 | How aggressively the text is shattered into dust at the start. |
duration | number | 1.5 | The duration of the reveal for each individual element. |
delay | number | 0 | Delay before the animation begins (in seconds). |
stagger | number | 0.04 | The stagger delay between each element revealing. |
viewportOnce | boolean | true | If true, plays once. If false, seamlessly reverses on scroll away. |
triggerStart | string | "top 85%" | Viewport threshold for when the animation should start. |