MCPcopy Create free account
hub / github.com/LottieFiles/dotlottie-web / decreaseSpeed

Function decreaseSpeed

examples/solid/src/App.tsx:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 function decreaseSpeed(): void {
53 setSpeed((prev) => prev - 0.1);
54 }
55
56 function changeSrc(): void {
57 const totalAnimations = animations.length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…