Explorar el Código

improve Animation

tags/2.2.1
Caven Chen hace 4 años
padre
commit
98f936ddeb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      modules/animation/Animation.js

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

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

Cargando…
Cancelar
Guardar