浏览代码

improve Animation

tags/2.2.1
Caven Chen 4 年前
父节点
当前提交
98f936ddeb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      modules/animation/Animation.js

+ 1
- 0
modules/animation/Animation.js 查看文件

@@ -18,6 +18,7 @@ class Animation {
* @returns {Animation}
*/
start() {
this._viewer.clock.shouldAnimate = true
this._unbindEvent()
if (this._options.duration) {
let timer = setTimeout(() => {

正在加载...
取消
保存