Motion study

List Row Sweep

Loading…
Part

Overview

Each row widens from 0. Content fades. Optional glow halo.

Build

  1. 01

    width 0 → full.

  2. 02

    content stagger.

  3. 03

    halo pulse.

.row { width: lerp(0, 100%, t) }
Example source React / TSX

examples/list-row-sweep.tsx · Uses the catalog’s shared composition helpers.

Loading source…