update(time) → {boolean}
Core tween update function called by the TweenManager. Does not need to be invoked directly.
Parameters
Name | Type | Description |
---|---|---|
time | number | A timestamp passed in by the TweenManager. |
Returns
boolean -
false if the tween and all child tweens have completed and should be deleted from the manager, otherwise true (still active).
- Source code: tween/Tween.js (Line 717)
Please login to continue.