Overview
Stage boxes in: requests, router node, model column. Grow connector arrows. Crossfade the output column through states, then exit.
Build
- 01
Left request boxes slide in.
- 02
Arrows grow width in steps.
- 03
Router node appears.
- 04
Output boxes cycle color/state.
- 05
Column exits upward.
.arrow { animation: grow-w 400ms both }
.out { animation: state-a, state-b, state-c }Example source React / TSX
examples/routing-flow-diagram.tsx · Uses the catalog’s shared composition helpers.
Loading source…