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

Function getAnimated

packages/animated/src/Animated.ts:10–11  ·  view source on GitHub ↗
(owner: any)

Source from the content-addressed store, hash-verified

8
9/** Get the owner's `Animated` node. */
10export const getAnimated = <T = any>(owner: any): Animated<T> | undefined =>
11 owner && owner[$node]
12
13/** Set the owner's `Animated` node. */
14export const setAnimated = (owner: any, node: Animated) =>

Callers 9

advanceMethod · 0.90
getFunction · 0.90
velocityMethod · 0.90
advanceMethod · 0.90
_prepareNodeMethod · 0.90
_mergeMethod · 0.90
_setMethod · 0.90
_startMethod · 0.90
getAnimatedTypeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…