delay : number The amount to delay by until the Tween starts (in ms). Only applies to the start, use repeatDelay to handle repeats
to(properties, duration, ease, autoStart, delay,
interpolate : boolean True if the Tween will use interpolation (i.e. is an Array to Array tween)
[readonly] percent : number A value between 0 and 1 that represents how far through the duration
new Elastic() Elastic easing. Source code:
repeatDelay : number The amount of time in ms between repeats of this tween. Source
new Easing() A collection of easing methods defining ease-in and ease-out curves. Source
loop(value) → {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
Page 8 of 13