scroll-stage
uithe pinned stage: a tall track, a sticky stage, --stage-p driven by CSS scroll-driven animation, acts as checkpoints
npx shadcn add @ag/scroll-stage
one track
The section is tall. Its stage is sticky. Scroll drives --stage-p from 0 to 1 across the dwell, in CSS, no React per frame.
acts
Each <Act> gets --act-p (its own window) and --act-on (1 while on stage). Opacity, transform, clip: all CSS.
state, rarely
useAct() changes once per checkpoint. Mount a phone when its act begins; never sample scroll.
one track
The section is tall. Its stage is sticky. Scroll drives --stage-p from 0 to 1 across the dwell, in CSS, no React per frame.
acts
Each <Act> gets --act-p (its own window) and --act-on (1 while on stage). Opacity, transform, clip: all CSS.
state, rarely
useAct() changes once per checkpoint. Mount a phone when its act begins; never sample scroll.