| * @returns {Animation} | * @returns {Animation} | ||||
| */ | */ | ||||
| start() { | start() { | ||||
| this._viewer.clock.shouldAnimate = true | |||||
| this._unbindEvent() | this._unbindEvent() | ||||
| if (this._options.duration) { | if (this._options.duration) { | ||||
| let timer = setTimeout(() => { | let timer = setTimeout(() => { |