Properties
_chainedTweens
_chainedTweens: any[] = []
_delayTime
_delayTime: number = 0
_duration
_duration: number = 1000
_easingFunction
_easingFunction: None = Easing.Linear.None
_interpolationFunction
_interpolationFunction: Linear = Interpolation.Linear
_isPlaying
_isPlaying: boolean = false
_onCompleteCallback
_onCompleteCallback: any = null
_onRepeatCallback
_onRepeatCallback: any = null
_onStartCallback
_onStartCallback: any = null
_onStartCallbackFired
_onStartCallbackFired: boolean = false
_onStopCallback
_onStopCallback: any = null
_onUpdateCallback
_onUpdateCallback: any = null
_repeat
_repeat: number = 0
_reversed
_reversed: boolean = false
_startTime
_startTime: number = NaN
_valuesEnd
_valuesEnd: {}
_valuesStart
_valuesStart: {}
_valuesStartRepeat
_valuesStartRepeat: {}
_yoyo
_yoyo: boolean = false