Kinetic Typography
Scramble Decode
Neon-green monospace words scramble through random glyphs then lock left-to-right like a terminal decrypting. Auto-cycles; click skips to next word.
cssmedium complexitymoderate motionclick
Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited
Worth keeping?
Votes steer what gets built next — sign in to cast one, free to read
When to use it
Hacker/terminal aesthetic hero sections, loading screens, cyberpunk or tech-brand reveals needing text drama.
When not to
Light-background UIs (background hardcoded near-black). Long words lose legibility during scramble phase.
Working with an AI agent
Every component ships agent-ready metadata. An example instruction for this one:
Change the words array to ["SYSTEM","BREACH","OVERRIDE"], set neon color to #00eaff, and slow reveal by changing the per-letter step from 5 to 9.
Safe to edit
- word list (words array)
- neon color (#39ff14 in CSS and text-shadow)
- scramble character set (chars string)
- reveal speed per letter (i*5 step)
- settle delay before next word (+70 frames)
Keep intact
- IIFE wrapper
- prefers-reduced-motion guard with static fallback
- visibilitychange pause/resume
- span node pool reuse (avoids innerHTML churn)
Known limitations
- Background color hardcoded in CSS — must edit to change from near-black
- Click div lacks aria role for keyboard accessibility
- Auto-cycles by default — remove word-advance block for single static decode
More Kinetic Typography components
- Weight Morph WaveEach letter of a word pulses font-weight and vertical scale in a staggered sine wave, shifting hue from cyan to blue.
- Split-Flap BoardSix amber tiles cycle through letters to spell airport-style words (DEPART, ARRIVE, ONTIME, BOARDS) on a dark charcoal background with a rotateX flip…
- Gradient ShimmerBold "SHIMMER" text with a rainbow gradient clipped to the letterforms, continuously panning for a glossy iridescent sweep on deep umber.
- Glitch RGB SplitRed and cyan pseudo-element copies of GLITCH drift and randomly snap with clipped displacement, simulating a CRT RGB-split glitch on near-black.
- Marquee TickerTwo rows of bold words scroll in opposite directions — yellow left, teal right — with red bullet separators on a dark green background, news-ticker style.
- Moving MaskDiagonal gradient light band sweeps across REVEAL, illuminating letters in shifting teal-copper hues against dark. Pure CSS mask + background-clip animation.