Skip to main content

Module animation

Module animation 

Source
Expand description

Var animation types and functions.

Modules§

easing
Common easing functions.

Structs§

Animation
Represents an animation in its closure.
AnimationHandle
Represents a running animation.
ChaseAnimation
Represents the editable final value of a Var::chase animation.
ForceAnimationController
An AnimationController that forces animations to run even if animations are not enabled.
ModifyInfo
Represents the current modify operation when it is applying.
Transition
Represents a simple transition between two values.
TransitionKeyed
Represents a transition across multiple keyed values that can be sampled using EasingStep.
WeakAnimationHandle
Weak AnimationHandle.

Traits§

AnimationController
Animations controller.
Transitionable
Represents a type that can be animated between two values.

Derive Macros§

Transitionable
Implement transition by delegating all type parts.