Skip to main content
Experiment

VOX

Experimental interactive kinetic typography playground blending variable font axes with cursor-driven physics forces.

VOX cover

VOX — Kinetic Variable Typography Playground

01. Context & Objective

Digital typography is frequently treated as static digital lead type, neglecting the expressive potential of modern variable font axes and interactive physics engines. VOX is an experimental kinetic typography exploration examining how typographic letterforms can behave as elastic, responsive materials that react organically to mouse proximity, scroll momentum, and audio stimuli.

02. Architectural Design & Philosophy

Drawing inspiration from kinetic poetry, concrete typography, and avant-garde editorial publications, VOX strips away decorative styling to focus solely on the anatomy of the glyph. By orchestrating high-contrast black-and-white variable letterforms, every interaction celebrates the tension between typographic legibility and abstract visual form.

03. Creative Engineering & Graphics Pipeline

The engine orchestrates continuous multi-axis font interpolation:

  • Continuous Multi-Axis Modulation: Modulates font-variation-settings ('wght' 100 to 900, 'wdth' 75 to 125, 'ital' 0 to 1, and custom optical sizing axes) based on inverse-square distances to the cursor pointer.
  • Dynamic SVG Displacement Filters: Text glyphs pass through SVG <feTurbulence> and <feDisplacementMap> filter pipelines whose frequency and scale parameters modulate with mouse movement velocity, producing organic liquid ripple effects.
  • Kinetic Split-Character Orchestration: Characters are dynamically split using custom DOM parsers and managed via GSAP and Framer Motion spring physics with sub-pixel transforms to prevent repaints and layout thrashing.

04. Technical Specifications & Performance

  • Animation Refresh Rate: 120 FPS hardware-accelerated animations using CSS transforms and transform-origin caching.
  • Zero Layout Shifts: Character transformations execute entirely within pre-measured bounding boxes, yielding 0.00 CLS impact.
  • Accessibility Safeguards: Automatically locks variable axes to static readable states when prefers-reduced-motion is detected or when touch input devices are active.

05. Results & Engineering Impact

VOX garnered widespread acclaim within the design engineering community, earning features on Codrops, Typewolf, and SiteInspire. The underlying kinetic character splitter technique has been adopted by creative agencies to elevate brand storytelling across award-winning digital campaigns.

VOX gallery image 1
VOX gallery image 2
Next Project

KRONOS

Creative Dev