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
yoyoDelay(duration, index) → {Phaser
repeat(total, repeat, index) → {
updateTweenData(property, value, index) → {
game : Phaser.Game A reference to the currently running Game
start(index) → {Phaser.Tween}
from(properties, duration, ease, autoStart, delay,
repeatDelay(duration, index) → {Phaser
isPaused : boolean Is this Tween paused or not? Source code:
onUpdateCallback(callback, callbackContext) → {Phaser.Tween}
Page 1 of 5