()
| 5097 | } |
| 5098 | reset() { |
| 5099 | if (2 === this._state) for (let e3 = this._stack.paused ? this._stack.loopPosition - 1 : this._active.length - 1; e3 >= 0; --e3) this._active[e3].end(false); |
| 5100 | this._stack.paused = false, this._active = n, this._id = -1, this._state = 0; |
| 5101 | } |
| 5102 | _start() { |
| 5103 | if (this._active = this._handlers[this._id] || n, this._active.length) for (let e3 = this._active.length - 1; e3 >= 0; e3--) this._active[e3].start(); |
| 5104 | else this._handlerFb(this._id, "START"); |
| 5105 | } |