TextReveal
A sequential text reveal that builds suspense character by character. Each letter transitions from blurred to sharp, creating a typewriter-meets-cinematic effect. Perfect for landing page headlines or loading transitions.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| text* | string | — | Text to animate |
| as | "h1" | "h2" | "h3" | "p" | "span" | "h1" | HTML element tag |
| delay | number | 0 | Animation delay in seconds |
| skipAnimation | boolean | false | Skip animation and show text immediately |
| className | string | — | Additional CSS classes |