()
| 489 | |
| 490 | } |
| 491 | private onAnimationFrame() { |
| 492 | this.animationCycle = () => { |
| 493 | this.sEn.onAnimationFrame() |
| 494 | requestAnimationFrame(this.animationGlobalCycle); |
| 495 | } |
| 496 | requestAnimationFrame(this.animationGlobalCycle); |
| 497 | } |
| 498 | |
| 499 | public onResize() { |
| 500 | this.scrollbar?.resize() |