add(tween) → {Phaser.Tween}
loop(value) → {Phaser.Tween}
totalDuration : Phaser.TweenData Gets the total
In(k) → {number} Circular ease-in. Parameters
getAll() → {Array.<Phaser.Tween>}
removeAll() Remove all tweens running and in the queue. Doesn't call any of the tween onComplete events.
In(k) → {number} Back ease-in. Parameters
repeatCounter : number If the Tween and any child tweens are set to repeat this contains the current repeat count.
inReverse : boolean When a Tween is yoyoing this value holds if it's currently playing forwards (false) or in reverse (true).
Out(k) → {number} Bounce ease-out. Parameters
Page 9 of 13