The value to start the tween from.
The value to end the tween at.
How many step movements to take in getting to the destination value.
The value to start the tween from.
How many step movements to take in getting to the destination value.
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
StepsTween defines a step-wise movement between 2 values.