Static
cubicCreates a new instance of CubicInTween.
The value to start the tween from.
The value to end the tween at.
Static
cubicCreates a new instance of CubicInOutTween.
The value to start the tween from.
The value to end the tween at.
Static
cubicCreates a new instance of CubicOutTween.
The value to start the tween from.
The value to end the tween at.
Static
linearCreates a new instance of LinearTween.
The value to start the tween from.
The value to end the tween at.
Static
loadTakes an object parsed from JSON Tween data to load into an actual tween instance.
Static
multiCreates a new instance of MultiTween
The first child to make up the multi-tween
How much weight the first child gets within the overall tween
Static
quadraticCreates a new instance of QuadraticInTween.
The value to start the tween from.
The value to end the tween at.
Static
quadraticCreates a new instance of QuadraticInOutTween.
The value to start the tween from.
The value to end the tween at.
Static
quadraticCreates a new instance of QuadraticOutTween.
The value to start the tween from.
The value to end the tween at.
Static
quarticCreates a new instance of QuarticInTween.
The value to start the tween from.
The value to end the tween at.
Static
quarticCreates a new instance of QuarticInOutTween.
The value to start the tween from.
The value to end the tween at.
Static
quarticCreates a new instance of QuarticOutTween.
The value to start the tween from.
The value to end the tween at.
Static
sineCreates a new instance of SineInTween.
The value to start the tween from.
The value to end the tween at.
Static
sineCreates a new instance of SineInOutTween.
The value to start the tween from.
The value to end the tween at.
Static
sineCreates a new instance of SineOutTween.
The value to start the tween from.
The value to end the tween at.
Static
stepsCreates a new instance of StepsTween.
The value to start the tween from.
The value to end the tween at.
Generated using TypeDoc
The Tween class contains static methods for slightly more nice and intuitive creation of tweens.