forever components

Kinetic Typography

Ticker Tape Fall

Split-flap letter reels spin and brake staggered onto each letter with motion-blur streaks and a teal glow flash on lock. Auto-cycles four words.

canvasmedium complexityintense motionclick

Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited

Live demo — the real component, running in a sandbox. One self-contained HTML file, zero dependencies. Open it on the canvas →
Worth keeping? Votes steer what gets built next — sign in to cast one, free to read

When to use it

Dark-theme hero displays, departure/arrival board aesthetics, retro terminal branding, looping word reveals.

When not to

Light backgrounds (hardcoded dark canvas). Words longer than ~8 chars may overflow on narrow viewports.

Working with an AI agent

Every component ships agent-ready metadata. An example instruction for this one:

Change the WORDS array to ["LAUNCH","DEPLOY","SHIP","BUILD"] and set accent to #a855f7 (update fillStyle '#2ec4b6' and all shadowColor rgba values). Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.

Safe to edit

  • WORDS array (cycling word list)
  • accent color (#2ec4b6 teal)
  • lockAt stagger timing (0.9+i*0.62)
  • hold duration before next word (2.6s)
  • initial reel velocity (34+random*10)
  • cell/font sizing ratio (cell*0.82)
  • theme tokens (:root dark defaults + [data-theme=light] overrides)

Keep intact

  • DPR-aware canvas sizing and setTransform
  • reduced-motion static fallback (single resting frame)
  • visibilitychange pause/start guard
  • IIFE wrapper
  • theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)

Known limitations

  • Background color hardcoded to #07120f — must change CSS and canvas fillRect to use a different background
  • pointermove accelerates spinning reels but has no touch equivalent beyond click
  • Very long words shrink glyphs significantly on short viewports

split-flaptypographycanvaskineticmonospacemotion-blurloop

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.
  • Scramble DecodeNeon-green monospace words scramble through random glyphs then lock left-to-right like a terminal decrypting. Auto-cycles; click skips to next word.
  • 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.