MCPcopy Index your code
hub / github.com/pmndrs/react-spring / update

Method update

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

Add the same props to each controller's update queue.

(props: ControllerUpdate<State>)

Source from the content-addressed store, hash-verified

64
65 /** Add the same props to each controller's update queue. */
66 update(props: ControllerUpdate<State>): this
67 /** Generate separate props for each controller's update queue. */
68 update(props: ControllerUpdateFn<State>): this
69 /** Add props to each controller's update queue. */

Callers 4

SpringRefFunction · 0.65
useTrailFunction · 0.65
useTransitionFunction · 0.65
ScrollHandlerClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected