Creates a new keyframe group.
Appends the keyframe to the animation.
A helper function for appending many keyframes evenly to the animation.
Removes all keyframes from the animation.
Returns the current animation time.
Sets the current animation time to a specific value and returns the current animation value.
Returns true if the animation has finished. This function makes sense when the tween mode is set to bomb.
Returns true if the animation has started. This function makes sense when the tween mode is set to bomb.
Returns the keyframe count of the animation.
Returns the current animation value. The value is between the current keyframe and the next keyframe.
Returns the keyframe count of the animation.
Returns the keyframe at the given index.
Sets the keyframe at the given index to the given keyframe.
Returns the current animation progress. The progress is between 0.0 and 1.0.
Sets the current animation progress to a specific value. The progress is between 0.0 and 1.0.
Removes the keyframe at the given index.
Resets the current animation time.
Updates the current animation time by the given delta time and returns the current animation value.
The duration of the animation
The function used to ease from one keyframe to another keyframe.
Controls if the delta time given to the update function is reversed.
The keyframes of the animation.
The mode of the animation.
The current time of the animation.
A keyframe group handles the transition from one keyframe to another keyframe.