A readonly reference to the Animation instance.
A writable reference to the animation's current time.
A readonly reference indicating whether the animation is pending.
A readonly reference to the animation's playback rate.
A readonly reference to the animation's play state.
A readonly reference to the animation's replace state.
A writable reference to the animation's start time.
A writable reference to the animation's timeline.
Cancels the animation.
Finishes the animation.
Adds a callback to be called when an error occurs.
The callback to be added.
An object with a method to remove the callback.
Removes the error callback.
Adds a callback to be called when the animation is ready.
The callback to be added.
An object with a method to remove the callback.
Removes the ready callback.
Pauses the animation.
Plays the animation.
Reverses the animation.
Represents the reactive references and methods for managing an animation effect.