()
| 347 | |
| 348 | } |
| 349 | public start(){ |
| 350 | this.onAnimationFrame() |
| 351 | this.onResize() |
| 352 | this.onMutationObserver() |
| 353 | this.animations.forEach((animation) => { |
| 354 | animation.init() |
| 355 | }); |
| 356 | |
| 357 | } |
| 358 | public forceUpdateParallax() { |
| 359 | setTimeout(() => { |
| 360 | let b = d.body, |
no test coverage detected