Methods
-
Queues the tween context so that it is updated every frame.
Name Type Description contextPUXI.Tween Returns:
Type Description PUXI.TweenManager this manager, useful for method chaining -
Starts the update loop.
-
Stops the update loop. This will prevent tweens from getting updated.
-
Initiates a tween from
startValuetoendValuefor the given duration using an interpolator.Name Type Description startValueT value of tween property at start
endValueT value of tween property at finish
durationDOMHighResTimeStamp | number duration of tween in milliseconds
erpPUXI.Erp.<T> interpolator on tween property
easePUXI.Ease optional easing function