Overview
Keep the phrase in place while a contrasting rounded highlight follows the active word.
Build
- 01
Reserve the same padding around every word so highlighting never reflows text.
- 02
Turn the highlight on at each word start and off at its end.
- 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…