OptionalcallbackOptionalcompleteThe time the tween will wait before the onComplete event is dispatched once it has completed, in ms.
OptionaldelayThe number of milliseconds to delay before the tween will start.
OptionaldurationThe duration of the tween in milliseconds.
OptionaleaseThe easing equation to use for the tween.
OptionaleaseOptional easing parameters.
OptionalflipHorizontally flip the target of the Tween when it completes (before it yoyos, if set to do so). Only works for targets that support the flipX property.
OptionalflipVertically flip the target of the Tween when it completes (before it yoyos, if set to do so). Only works for targets that support the flipY property.
OptionalholdThe number of milliseconds to hold the tween for before yoyo'ing.
OptionalinterpolationThe interpolation function to use if the value given is an array of numbers.
OptionalloopThe number of times the tween will repeat. (A value of 1 means the tween will play twice, as it repeated once.) The first loop starts after every property in the tween has completed once.
OptionalloopThe time the tween will pause before starting either a yoyo or returning to the start for a repeat.
OptionalonA function to call when the tween becomes active within the Tween Manager.
OptionalonAdditional parameters to pass to onActive.
OptionalonA function to call each time the tween loops.
OptionalonAdditional parameters to pass to onLoop.
OptionalonA function to call when the tween is paused.
OptionalonAdditional parameters to pass to onPause.
OptionalonA function to call each time a property tween repeats. Called once per property per target.
OptionalonAdditional parameters to pass to onRepeat.
OptionalonA function to call when the tween is resumed after being paused.
OptionalonAdditional parameters to pass to onResume.
OptionalonA function to call when the tween starts playback, after any delays have expired.
OptionalonAdditional parameters to pass to onStart.
OptionalonA function to call when the tween is stopped.
OptionalonAdditional parameters to pass to onStop.
OptionalonA function to call each time the tween steps. Called once per property per target.
OptionalonAdditional parameters to pass to onUpdate.
OptionalonA function to call each time a property tween yoyos. Called once per property per target.
OptionalonAdditional parameters to pass to onYoyo.
OptionalpausedDoes the tween start in a paused state (true) or playing (false)?
OptionalpersistWill the Tween be automatically destroyed on completion, or retained for future playback?
OptionalpropsThe properties to tween.
OptionalrepeatThe number of times each property tween repeats.
OptionalrepeatThe number of milliseconds to pause before a repeat.
The object, or an array of objects, to run the tween on.
OptionalyoyoShould the tween complete, then reverse the values incrementally to get back to the starting tween values? The reverse tweening will also take duration milliseconds to complete.
The scope (or context) for all of the callbacks. The default scope is the tween.