Overview
Slow camera push on the prompt. Characters appear. Submit morphs the line into a chip.
Build
- 01
One long camera keyframe.
- 02
Per-char instant-show.
- 03
Submit swap.
.cam { animation: cmd-camera-zoom }
.ch { animation: instant-show; animation-delay: i / cps }Example source React / TSX
examples/camera-push-type-on.tsx · Uses the catalog’s shared composition helpers.
Loading source…