The value to start the tween from.
The value to end the tween at.
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.
Represents the equation of how the tween value changes over time. Think of a cartesian graph, where the x-axis is time as a percent, and the y-axis is how far in its journey as a percent from from
to to
the tween is.
Should return a value ranging from 0 to 1
Expects a value ranging from 0 to 1
Generated using TypeDoc
LinearTween defines a constant movement between 2 values.