reset callback flags
onFirtUpdate callback
onStart callback
complete if time is larger then end time
rest isFirstUpdate flag if update was out of active zone
reset isFirstUpdateBackward flag if progress went further the end time
Method to set tween's state to complete
if time is inside the duration area of the tween
active zone or larger then end
if not yoyo then set the plain progress
if yoyo then check if the current duration period is even. If so set progress, otherwise set inverset proc value
delay gap
if key is easing - parse it immediately
else just save it to props
Method to run the Tween
Parameters:
Start
must be a Number.Returns an Object
(Self)
Method to stop the Tween.
Method to pause Tween.
Method to remove the Tween from the tweener.
if time is inside the active area of the tween. active area is the area from start time to end time, with all the repeat and delays in it