The final animation state
The duration of the animation
The current time of the animation
Asynchronous functions that are executed before the animation starts
Synchronous functions that are executed after the animation ended. They may be executed before the preAnimate functions have finished if the animation is terminated.
Synchronous functions that are executed each frame after ontick
and before Token#_onAnimationUpdate.
The promise of the animation, which resolves to true if the animation completed, to false if it was terminated, and rejects if an error occurred. Undefined in the first frame (at time 0) of the animation.
The name of the animation