瀏覽代碼

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(() => {

Loading…
取消
儲存