MCPcopy Create free account
hub / github.com/codebucks27/wibe-studio / lsUpdate

Function lsUpdate

src/components/useLocoScroll.js:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 });
47
48 const lsUpdate = () => {
49 if (locoScroll) {
50 locoScroll.update();
51 }
52 };
53
54 ScrollTrigger.addEventListener("refresh", lsUpdate);
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected