MCPcopy Index your code
hub / github.com/streamich/react-use / RequestAnimationFrame

Interface RequestAnimationFrame

tests/useRaf.test.ts:8–12  ·  view source on GitHub ↗

* New requestAnimationFrame after being replaced with raf-stub for testing purposes.

Source from the content-addressed store, hash-verified

6 * New requestAnimationFrame after being replaced with raf-stub for testing purposes.
7 */
8interface RequestAnimationFrame {
9 reset(): void;
10
11 step(): void;
12}
13
14declare var requestAnimationFrame: RequestAnimationFrame;
15

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…