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

Method hasAnimated

packages/core/src/SpringValue.ts:145–147  ·  view source on GitHub ↗

* When true, this value has been animated at least once.

()

Source from the content-addressed store, hash-verified

143 * When true, this value has been animated at least once.
144 */
145 get hasAnimated() {
146 return hasAnimated(this)
147 }
148
149 /**
150 * When true, this value has an unfinished animation,

Callers

nothing calls this directly

Calls 1

hasAnimatedFunction · 0.90

Tested by

no test coverage detected