Motion study

Camera Push Type On

Loading…
Part

Overview

Slow camera push on the prompt. Characters appear. Submit morphs the line into a chip.

Build

  1. 01

    One long camera keyframe.

  2. 02

    Per-char instant-show.

  3. 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…