MultiTween supports multiple tweens being chained one after another.
The first tween in the chain.
The value to start the tween from.
The value to end the tween at.
Returns the name of this type. This can be used rather than instanceof which is sometimes unreliable.
Allows for tweens to be chained one after another.
The next tween to be added to the chain.
Weighting to determine how much of the tweening time that the new tween gets.
Used by the library for the custom serialization of tween objects
Accepts a percent value and returns a corresponding value somewhere between the from and to values.
from
to
Expects a value ranging from 0 to 1.
Generated using TypeDoc
MultiTween supports multiple tweens being chained one after another.