repeatCounter : number If the Tween is set to repeat this contains the current repeat count.
[static] LOOPED : number Source code:
inReverse : boolean When a Tween is yoyoing this value holds if it's currently playing forwards (false) or in reverse (true).
repeatDelay : number The amount of time in ms between repeats of this tween. Source
[static] RUNNING : number Source code:
interpolationContext : Object The interpolation function context used for the Tween.
yoyoDelay : number The amount of time in ms between yoyos of this tween. Source
[readonly] value : number The current calculated value.
interpolationFunction : Function The interpolation function used for the Tween. Default
Page 3 of 3