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

Method pause

packages/core/src/SpringRef.ts:23–23  ·  view source on GitHub ↗

Pause all animations.

()

Source from the content-addressed store, hash-verified

21
22 /** Pause all animations. */
23 pause(): this
24 /** Pause animations for the given keys. */
25 pause(keys: OneOrMore<string>): this
26 /** Pause some or all animations. */

Callers 5

schedulePropsFunction · 0.65
Controller.test.tsFile · 0.65
pauseMethod · 0.65
SpringRefFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected