MCPcopy Index your code
hub / github.com/Fiddle-Digital/string-scroll / start

Method start

src/index.ts:349–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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,

Callers 1

useMethod · 0.45

Calls 4

onAnimationFrameMethod · 0.95
onResizeMethod · 0.95
onMutationObserverMethod · 0.95
initMethod · 0.80

Tested by

no test coverage detected