Scramble Text
Text Effects
A text decode/scramble effect that reveals text character by character with random characters in between.
Loading preview...
Customize
Speed (ms)50
Trigger
Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | — | The text to reveal with the scramble effect. |
speed | number | 50 | Milliseconds per character reveal. |
characters | string | 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*' | Character set to use for the scramble effect. |
trigger | boolean | true | When set to true, starts the scramble animation. |
className | string | '' | Additional CSS classes. |