duration : number The duration of the tween in ms. Default Value
startTime : number The time the Tween started or null if it hasn't yet started. Source
game : Phaser.Game A reference to the currently running Game
generateData(frameRate) → {array} This will generate an array populated
[static] COMPLETE : number Source code:
delay : number The amount to delay by until the Tween starts (in ms). Only applies to the start, use repeatDelay to handle repeats
isRunning : boolean If the tween is running this is set to true. Unless Phaser.Tween a TweenData that is waiting for
[readonly] percent : number A value between 0 and 1 that represents how far through the duration
new TweenData(parent) A Phaser.Tween contains at least one TweenData object. It contains all of the tween data values, such as the
interpolate : boolean True if the Tween will use interpolation (i.e. is an Array to Array tween)
Page 2 of 3