MCPcopy
hub / github.com/pmndrs/react-spring / Options

Interface Options

packages/mock-raf/index.d.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8export namespace MockRaf {
9 interface Options {
10 /** The time that should pass during each requestAnimationFrame step in milliseconds. Default is roughly equivalent to default browser behavior. */
11 time?: number
12
13 /** The number of steps to take. */
14 count?: number
15 }
16}
17
18/** Creates a mockRaf instance, exposing the functions you'll use to interact with the mock. */

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…