timeline : Array An Array of TweenData objects that comprise the different parts of this Tween.
interpolate : boolean True if the Tween will use interpolation (i.e. is an Array to Array tween)
onLoop : Phaser.Signal The onLoop event is fired if
target : Object The target object, such as a Phaser.Sprite or property like Phaser.Sprite.scale.
delay : number The amount to delay by until the Tween starts (in ms). Only applies to the start, use repeatDelay to handle repeats
manager : Phaser.TweenManager Reference
stop(complete) → {Phaser.Tween}
removeFrom(obj, children) Remove all tweens from a specific object, array of objects or Group.
repeatCounter : number If the Tween is set to repeat this contains the current repeat count.
Out(k) → {number} Cubic ease-out. Parameters
Page 7 of 13