Pārlūkot izejas kodu

fixed bug when firing animatefinished

pull/880/head
NiHoel pirms 6 gadiem
vecāks
revīzija
f50398ed67
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      src/js/pannellum.js

+ 2
- 1
src/js/pannellum.js Parādīt failu

@@ -1409,7 +1409,8 @@ 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()});
if (_this.getPitch && _this.getYaw && _this.getHfov)
fireEvent('animatefinished', {pitch: _this.getPitch(), yaw: _this.getYaw(), hfov: _this.getHfov()});
animating = false;
prevTime = undefined;
var autoRotateStartTime = config.autoRotateInactivityDelay -


Notiek ielāde…
Atcelt
Saglabāt