Creates a new value sequence.
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 current animation value. The value is between the first and the last animation value.
Resets the current animation value.
Updates the current time of the current value by the given delta time and returns the current animation value.
The first animation value.
The last animation value.
Controls if the delta time given to the update function is reversed.
The mode of the animation.
The current animation value.
The duration of a value.
The current time of the current value.
A value sequence handles the transition from one value to another value based on a value duration.