Kinetic typography

Also searched as: motion type, animated text, kinetic type, type animation

Canonical Definition

Kinetic typography is the expressive animation of text itself — words and glyphs that move, scale, shear, or morph in rhythm with narrative meaning rather than merely labelling a shot.

Duration

15 to 30 frames per word entry (0.5s - 1.0s)

Easing Curve

cubic-bezier(0.05, 0.9, 0.1, 1.0)

Target FPS

30fps or 60fps

The core distinction in motion design is between animating text and animating a text box. Sliding a paragraph container into frame is simple layout transition; kinetic typography treats the individual letters and words as dramatic subjects.

By varying weight, tracking, skew, and spatial velocity, typography can convey tone of voice, urgency, whispers, explosions, and conceptual shifts without requiring a human face on camera.

Variable Font Axes & Glyph Transforms

Morphing typographic weights and widths dynamically inside React

Modern web video leverages variable fonts to interpolate between font-weight (100 to 900) and width axes (75% to 125%) on frame ticks.

Instead of switching font files, letters breathe and expand seamlessly to underscore punchlines or climaxes.

Catalog Implementation/Weight Wave
blocktypographyInspect in catalog
299 lines of React

How this works: Font weight cascades rhythmically through a wordmark using a sinusoidal frame offset.

  • Real-time variable font axis interpolation (`wght` & `wdth`)
  • Phase-shifted glyph animations
  • Zero bitmap pixelation at 4K resolution

Synchronized Word Swaps & State Transitions

Replacing contrasting concepts on a single lockup

When contrasting options (e.g. 'Old Way' vs 'Automated Way'), the surrounding sentence remains fixed while the key noun swaps with a vertical flip or match cut.

This compositional economy directs 100% of viewer attention to the changing variable.

Catalog Implementation/Kinetic Type Swap
componenttypographyInspect in catalog
475 lines of React

How this works: A headline maintains fixed anchor points while alternating keywords pop vertically with motion blur.

  • Fixed anchor point alignment
  • Masked container preventing overflow into adjacent text
  • Damped spring settlement

Engineering Guidelines & Common Pitfalls

Best Practices (What to do)

  • Keep the reading anchor point steady: don't let the eye jump across the four corners of the screen to read one sentence.
  • Match the motion curve to the phonetics: sharp plosives ('P', 'T', 'K') demand immediate snaps; soft vowels allow gentle eases.

Common Failure Modes (What to avoid)

  • Uniform timing across all phrases: if every word enters with the exact same 15-frame curve, it reads like a mechanical preset.
  • Excessive rotation and 3D tumbling that sacrifices instant legibility.

Working catalog implementations

Typed Remotion components ready to drop into code.

Browse all text animation
Generate with AI

Build kinetic typography in Animatiq

Prompt our motion agent in natural language. Get back typed Remotion React code with custom easing curves, brand palettes, and frame-accurate timing.

Launch in composer

Related motion principles