StealThis .dev

Video Text

Text that acts as a mask showing video or animated gradients through the letter shapes using mix-blend-mode and background-clip techniques.

Open in Lab
css javascript vue svelte
Targets: TS JS HTML React Vue Svelte

Code

Video Text

Large text that reveals a video (or animated gradient fallback) through the letter shapes. Uses mix-blend-mode: screen to knock out the background and show the moving imagery only inside the characters.

How it works

A <video> element plays behind a text overlay. The text layer uses a solid dark background with mix-blend-mode: screen, making the dark area transparent and revealing the video only through the white letterforms.

Features

  • Video reveal — any video URL plays through text shapes
  • Gradient fallback — animated gradient when no video is available
  • mix-blend-mode — no canvas or SVG masks required
  • Responsive — scales with viewport width