ITween defines an interface which forms the basis for an object that supports a gradual transition between 2 values.
The value to start the tween from.
The value to end the tween at.
Allows for tweens to be chained one after another.
The next tween to follow after the current one.
Optional
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
ITween defines an interface which forms the basis for an object that supports a gradual transition between 2 values.