easing(ease, index) → {Phaser.Tween}
onChildComplete : Phaser.Signal The onChildComplete
repeatAll(total) → {Phaser.Tween}
delay(duration, index) → {Phaser.Tween}
isRunning : boolean If the tween is running this is set to true, otherwise false. Tweens that are in a delayed state or waiting
to(properties, duration, ease, autoStart, delay,
interpolation(interpolation, context, index) → {
timeline : Array An Array of TweenData objects that comprise the different parts of this 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.
Page 2 of 5