Expand description
Var animation types and functions.
Modules§
- easing
- Common easing functions.
Structs§
- Animation
- Represents an animation in its closure.
- Animation
Handle - Represents a running animation.
- Chase
Animation - Represents the editable final value of a
Var::chaseanimation. - Force
Animation Controller - An
AnimationControllerthat forces animations to run even if animations are not enabled. - Modify
Info - Represents the current modify operation when it is applying.
- TRANSITIONABLE_
APP - API for app implementers to replace the transitionable implementation for foreign types.
- Transition
- Represents a simple transition between two values.
- Transition
Keyed - Represents a transition across multiple keyed values that can be sampled using
EasingStep. - Weak
Animation Handle - Weak
AnimationHandle.
Traits§
- Animation
Controller - Animations controller.
- Animation
Timer - View on an app loop timer.
- Transitionable
- Represents a type that can be animated between two values.
Functions§
- is_
slerp_ enabled - Gets if slerp mode is enabled in the context.
- slerp_
enabled - Calls
fwithis_slerp_enabledset toenabled. - slerp_
sampler - Spherical linear interpolation sampler.
Derive Macros§
- Transitionable
- Implement transition by delegating all type parts.