Module transition

Module transition 

Source
Expand description

Animation transitions.

Please note that this is an unstable temporary API. It may be replaced by a state machine in the future.

Structs§

AnimationTransition
An animation that is being faded out as part of a transition
AnimationTransitions
Manages fade-out of animation blend factors, allowing for smooth transitions between animations.

Functions§

advance_transitions
A system that alters the weight of currently-playing transitions based on the current time and decline amount.
expire_completed_transitions
A system that removed transitions that have completed from the AnimationTransitions object.