previous(quantity)
Moves backwards 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 move back. |
- Source code: animation/AnimationManager.js (Line 355)
Please login to continue.