Motion Fundamentals

Match cuts & visual rhymes

Also searched as: match cut, visual rhyme, geometric cut, continuity edit, graphic match

Canonical Definition

A match cut is an edit between two shots that share a common shape, color, or trajectory, creating instantaneous conceptual continuity across a dramatic shift in subject or setting.

Duration

1 to 6 frames across the cut seam

The match cut is one of the most intellectually satisfying transitions in cinematic history (the bone turning into a satellite in Kubrick's 2001). In motion design, match cuts are geometric: a circular app icon expands into a radar scanner; a progress bar transforms into a horizon rule.

Because match cuts depend on exact geometric alignment on the cut frame, they are designed backwards from the seam rather than added as an afterthought.

Vector Alignment on the Cut Frame

Aligning bounding boxes between distinct compositional objects

Shot A ends with a circle centered at `(960, 540)` with radius `120px`. Shot B begins with an iris wipe or lens element positioned at the exact same coordinate and radius.

Catalog Implementation/Type Match Cut
componenttransitionsInspect in catalog
492 lines of React

How this works: A typography match cut where a wordmark transforms directly into an interface stage with seamless geometric continuity.

  • Coordinated bounding box handoff on frame N
  • Zero spatial jump between scenes
  • Asserts narrative relationship between two concepts without voiceover explanation

Engineering Guidelines & Common Pitfalls

Best Practices (What to do)

  • Use exact CSS bounding client rect coordinates to snap the incoming shape to the outgoing shape.

Common Failure Modes (What to avoid)

  • Misaligning coordinates by even 10 pixels: a match cut that slightly jumps feels like an accidental glitch rather than a deliberate rhyme.
Generate with AI

Build match cuts & visual rhymes 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