Skip to content
MotionLab

Zoom-on-Scroll Reveal

A small framed image expands to full-bleed while the headline splits apart.

sketchGSAPScrollTrigger

How it works

clip-path inset() and image scale are scrubbed together inside a pinned section.

Performance

clip-path on a composited layer is cheap in Chromium/WebKit; the image itself only scales.

Accessibility & reduced motion

Runs inside useGSAP with the effective reduced-motion flag as a dependency — reduced mode swaps scrubbed motion for simple fades.

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