Overview
Clip-path reveal the code block. Optionally stroke-draw an underline under the key phrase.
Build
- 01
Card in.
- 02
clip-path inset bottom 100% → 0.
- 03
Underline dashoffset on the phrase.
.code { animation: code-reveal 500ms both }
.underline { animation: underline-draw 400ms both }Example source React / TSX
examples/code-block-reveal.tsx · Uses the catalog’s shared composition helpers.
Loading source…