[][src]Module sixtyfps_corelib::animations

The animation system

Structs

AnimationDriver

The AnimationDriver

Instant

Represent an instant, in miliseconds since the AnimationDriver's initial_instant

Enums

EasingCurve

The representation of an easing curve, for animations

Functions

current_tick

The current instant that is to be used for animation using this function register the current binding as a dependency

easing_curve

map a value betwen 0 and 1 to another value between 0 and 1 according to the curve