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

Method start

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

Start the queued animations of each controller.

()

Source from the content-addressed store, hash-verified

40
41 /** Start the queued animations of each controller. */
42 start(): AsyncResult<Controller<State>>[]
43 /** Update every controller with the same props. */
44 start(props: ControllerUpdate<State>): AsyncResult<Controller<State>>[]
45 /** Update controllers based on their state. */

Callers 15

onStartFunction · 0.65
Controller.test.tsFile · 0.65
flushUpdateFunction · 0.65
_startMethod · 0.65
SpringRefFunction · 0.65
animateFunction · 0.65
_resumeMethod · 0.65
describeTargetFunction · 0.65

Calls

no outgoing calls

Tested by 1

describeTargetFunction · 0.52