Skip to main content

Module scroll

Module scroll 

Source
Expand description

Scroll-position-driven animation.

ScrollDriver advances animations in proportion to scroll deltas rather than wall-clock time, so animations are tied directly to a scroll position.

ScrollClock adapts scroll movement into the Clock interface so any AnimationDriver can be scroll-driven.

Structsยง

ScrollClock
A Clock implementation backed by scroll-position changes.
ScrollDriver
Drives registered animations from a normalised scroll position.