Typography

Word Highlight

Loading…
Motif10s typicallandscape · portrait · square

Overview

Keep the phrase in place while a contrasting rounded highlight follows the active word.

Build

  1. 01

    Reserve the same padding around every word so highlighting never reflows text.

  2. 02

    Turn the highlight on at each word start and off at its end.

  3. 03

    Clear the highlight during speech gaps, then replace the entire phrase.

Example source React / TSX

examples/caption-word-highlight.tsx · Uses the catalog’s shared composition helpers.

Loading source…