Ver código fonte

improve Animation

tags/2.2.1
Caven Chen 4 anos atrás
pai
commit
98f936ddeb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      modules/animation/Animation.js

+ 1
- 0
modules/animation/Animation.js Ver arquivo

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

Carregando…
Cancelar
Salvar