Export

Scroll-linked export

The same animation, driven by scroll position instead of time. Choose Scroll in the export dialog, then pick which part of the element's pass through the viewport drives it.

RangeWhat drives it
enterFrom the element first touching the viewport to it being fully inside. The common case: an element that animates in as it arrives.
throughThe element’s whole pass across the viewport: it enters at 0 and leaves at 1. For parallax, and anything that should keep moving while it’s on screen.
exitFrom the element starting to leave to it being gone. For anything that should get out of the way.

Scrolling scrubs the animation, so the reader controls time. They can stop halfway through a spring’s overshoot and hold it there. That’s expected with scroll-linking.