Sfoglia il codice sorgente

improve Animation

tags/2.2.1
Caven Chen 4 anni fa
parent
commit
98f936ddeb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      modules/animation/Animation.js

+ 1
- 0
modules/animation/Animation.js Vedi File

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

Loading…
Annulla
Salva