from(properties, duration, ease, delay, repeat,
remove(tween) Remove a tween from this manager. Parameters Name
Out(k) → {number} Ease-out. Parameters
Out(k) → {number} Quintic ease-out. Parameters
In(k) → {number} Elastic ease-in. Parameters
new Quartic() Quartic easing. Source code:
InOut(k) → {number} Elastic ease-in/out. Parameters
InOut(k) → {number} Exponential ease-in/out. Parameters
[readonly] repeatTotal : number The total number of times this Tween will repeat.
new Tween(target, game, manager) A Tween allows you to alter one or more properties of a target object over a defined period of time
Page 1 of 13