game : Phaser.Game A reference to the currently running Game
[static] PENDING : number Source code:
startTime : number The time the Tween started or null if it hasn't yet started. Source
to(properties, duration, ease, delay, repeat,
duration : number The duration of the tween in ms. Default Value
interpolate : boolean True if the Tween will use interpolation (i.e. is an Array to Array tween)
repeatCounter : number If the Tween is set to repeat this contains the current repeat count.
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
Page 2 of 3