Procházet zdrojové kódy

Add animateFinished event fired on animations finishing

pull/663/head
Will Calderbank před 6 roky
rodič
revize
3e33dcc7ac
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/js/pannellum.js

+ 1
- 0
src/js/pannellum.js Zobrazit soubor

@@ -1372,6 +1372,7 @@ function animate() {
} else if (renderer && (renderer.isLoading() || (config.dynamic === true && update))) {
requestAnimationFrame(animate);
} else {
fireEvent('animateFinished', {pitch: _this.getPitch(), yaw: _this.getYaw(), hfov: _this.getHfov()});
animating = false;
prevTime = undefined;
var autoRotateStartTime = config.autoRotateInactivityDelay -


Načítá se…
Zrušit
Uložit