text
TextScramble
Cipher-style decode — characters scramble into the final text.
Playground
Scroll-based previews need you to scroll into view.
Live preview
Code
<TextScramble duration={1.2} charDelay={0.03} className="text-xl font-bold tracking-wide">
DECODING SIGNAL...
</TextScramble>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| duration | number | 1.2 | Decode duration per character |
| charDelay | number | 0.03 | Stagger between characters |
| trigger | mount | view | mount | When to start |