next(quantity)
Advances by the given number of frames in the current animation, taking the loop value into consideration.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
quantity | number | <optional> | 1 | The number of frames to advance. |
- Source code: animation/AnimationManager.js (Line 339)
Please login to continue.