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

Method isAnimating

packages/core/src/SpringValue.ts:153–155  ·  view source on GitHub ↗

* When true, this value has an unfinished animation, * which is either active or paused.

()

Source from the content-addressed store, hash-verified

151 * which is either active or paused.
152 */
153 get isAnimating() {
154 return isAnimating(this)
155 }
156
157 /**
158 * When true, all current and future animations are paused.

Callers

nothing calls this directly

Calls 1

isAnimatingFunction · 0.90

Tested by

no test coverage detected