Updated: 2026-07-11
βοΈ Timeline Type
π Settings
ποΈ Live Preview (Scroll to see effect)
β¬οΈ Scroll down to see the animation
Scroll-driven animations are a new CSS feature
that link animations to scroll position,
enabling parallax effects, progress indicators,
and more without JavaScript.
Keep scrolling...
End β
π CSS Code
π‘ Guide
- scroll-timeline: Maps scroll progress of a container to animation timeline
- view-timeline: Maps element entering/leaving viewport to animation timeline
- scroll(): Anonymous scroll timeline, no naming required
- Browser support: Chrome 115+, Edge 115+; Safari not yet supported
- Everything runs locally: Timeline Name and Scroll Axis are processed on your device, never sent to a server