repeatDelay : number The amount of time in ms between repeats of this tween. Source
In(k) → {number} Back ease-in. Parameters
getAll() → {Array.<Phaser.Tween>}
Out(k) → {number} Exponential ease-out. Parameters
new Easing() A collection of easing methods defining ease-in and ease-out curves. Source
frameBased : boolean Is this Tween frame or time based? A frame based tween will use the physics elapsed timer when updating. This
Out(k) → {number} Back ease-out. Parameters
inReverse : boolean When a Tween is yoyoing this value holds if it's currently playing forwards (false) or in reverse (true).
removeAll() Remove all tweens running and in the queue. Doesn't call any of the tween onComplete events.
interpolationFunction : Function The interpolation function used for the Tween. Default
Page 10 of 13