Parcourir la source

improve Animation

tags/2.2.1
Caven Chen il y a 4 ans
Parent
révision
98f936ddeb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      modules/animation/Animation.js

+ 1
- 0
modules/animation/Animation.js Voir le fichier

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

Chargement…
Annuler
Enregistrer