Text Scramble Decoder
A controlled text reveal that resolves scrambled glyphs into readable copy without changing the text semantics.
Replay the controlled decode sequence.
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/text-scramble-decoder
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | — | Final readable text announced to assistive technology |
| characters | string | A-Z, 0-9, symbols | Characters used during the temporary scramble phase |
| duration | number | 900 | Decode duration in milliseconds |
| trigger | 'mount' | 'hover' | 'manual' | 'mount' | When the decode sequence should run |