updateTweenData(property, value, index) → {
dt : number Current time value. Source code:
from(properties, duration, ease, delay, repeat,
new Sinusoidal() Sinusoidal easing. Source code:
new Quartic() Quartic easing. Source code:
remove(tween) Remove a tween from this manager. Parameters Name
InOut(k) → {number} Exponential ease-in/out. Parameters
new TweenManager(game) Phaser.Game has a single instance of the TweenManager through which all Tween objects are created and updated
update() → {boolean} Update all the tween objects you added to this manager. Returns
Out(k) → {number} Ease-out. Parameters
Page 1 of 13