Expand description
Var animation types and functions.
Modules§
- Common easing functions.
Structs§
- Represents an animation in its closure.
- Represents a running animation.
- Represents the editable final value of a
Var::chase
animation. - An
AnimationController
that forces animations to run even if animations are not enabled. - Represents the current modify operation when it is applying.
- Represents a simple transition between two values.
- Represents a transition across multiple keyed values that can be sampled using
EasingStep
. - Weak
AnimationHandle
.
Traits§
- Animations controller.
- View on an app loop timer.
- Represents a type that can be animated between two values.
Derive Macros§
- Implement transition by delegating all type parts.