소스 검색

Add animateFinished event fired on animations finishing

pull/668/merge
Will Calderbank 6 년 전
committed by Matthew Petroff
부모
커밋
a40b906ebd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/js/pannellum.js

+ 1
- 0
src/js/pannellum.js 파일 보기

@@ -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 -


불러오는 중...
취소
저장