Expand description
The animation system
Structs§
- Animation
Driver - The AnimationDriver
- Instant
- Represent an instant, in milliseconds since the AnimationDriver’s initial_instant
Enums§
- Easing
Curve - The representation of an easing curve, for animations
Constants§
- CURRENT_
ANIMATION_ DRIVER - This is the default instance of the animation driver that’s used to advance all property animations at the same time.
Functions§
- animation_
tick - Same as
current_tick
, but also register that one should be running animation on next frame - 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 between 0 and 1 to another value between 0 and 1 according to the curve
- update_
animations - Update the global animation time to the current time