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

Method onAnimationFrame

src/index.ts:491–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Callers 1

startMethod · 0.95

Calls 1

onAnimationFrameMethod · 0.65

Tested by

no test coverage detected