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.
- 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.
- Transitionable
- Represents a type that can be animated between two values.
Derive Macros§
- Transitionable
- Implement transition by delegating all type parts.