Skip to content
MotionLab

Stacking Cards

Sticky cards that scale down and dim as the next one slides over them.

sketchGSAPScrollTriggerCSS

How it works

position: sticky does the stacking for free; ScrollTrigger only scrubs scale/brightness of the covered card.

Performance

CSS handles the pinning — no JS pin spacers.

Accessibility & reduced motion

Cards are regular articles in reading order.

Playgroundscroll
Export
{
  "lerp": 0.1,
  "scrub": 0,
  "markers": false
}