React scroll animations

Explore stacking cards, perspective image grids, and full-page galleries driven by scrolling. Each example links to its React source, installation command, and API.

Choose the right scroll structure

A card stack tells a sequential story, a tilted grid shows a collection, and a full-page gallery creates an immersive browsing experience. Decide how much page space the interaction should occupy before choosing an effect.

Why can sticky effects behave differently inside a layout?

An ancestor with overflow can change the scrolling context used by sticky positioning. Check the component in the actual page layout, with its intended scroll space, before embedding it in a constrained panel.