text
TextSplitBlur
Split text reveal with blur and scale (GSAP Vault–style).
Playground
Scroll-based previews need you to scroll into view.
Live preview
Code
<TextSplitBlur split="word" stagger={0.06} blur={12} className="text-2xl font-bold">
Split blur reveal
</TextSplitBlur>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| split | word | char | line | word | Split unit |
| blur | number | 12 | Starting blur (px) |
| stagger | number | 0.06 | Stagger between units |