Skip to main content

Module fling_animation

Module fling_animation 

Source
Expand description

Re-export the UI crate so applications can depend on a single crate. Fling animation driver for scroll containers.

Drives decay animation using the runtime’s frame callback system.

Structs§

FlingAnimation
Drives a fling (decay) animation on a scroll target.

Constants§

MIN_FLING_VELOCITY
Minimum velocity (in px/sec) to trigger a fling animation. Below this, the scroll just stops immediately.