← ui

reveal

ui

content that arrives as it enters the viewport, once or scroll-tied, with optional stagger

npx shadcn add @ag/reveal
01

a section

Wrap a region and it arrives as it enters the viewport. Once in, it stays: scrolling back never hides it. Under prefers-reduced-motion nothing moves.

02

another

Wrap a region and it arrives as it enters the viewport. Once in, it stays: scrolling back never hides it. Under prefers-reduced-motion nothing moves.

03

a third

Wrap a region and it arrives as it enters the viewport. Once in, it stays: scrolling back never hides it. Under prefers-reduced-motion nothing moves.

mode="scroll"

Tied to the scroll position, reversible, pure CSS.