resumeAll() Resumes all currently paused tweens. Source code:
isPaused : boolean Is this Tween paused or not? Source code:
In(k) → {number} Quintic ease-in. Parameters
onChildComplete : Phaser.Signal The onChildComplete
delay : number The amount to delay by until the Tween starts (in ms). Only applies to the start, use repeatDelay to handle repeats
In(k) → {number} Quartic ease-in. Parameters
to(properties, duration, ease, autoStart, delay,
repeatCounter : number If the Tween is set to repeat this contains the current repeat count.
stop(complete) → {Phaser.Tween}
yoyo(enable, yoyoDelay, index) → {
Page 6 of 13