MCPcopy
hub / github.com/animatedjs/animated / stopTracking

Method stopTracking

src/AnimatedValue.js:190–193  ·  view source on GitHub ↗

* Typically only used internally.

()

Source from the content-addressed store, hash-verified

188 * Typically only used internally.
189 */
190 stopTracking(): void {
191 this._tracking && this._tracking.__detach();
192 this._tracking = null;
193 }
194
195 /**
196 * Typically only used internally.

Callers 5

stopAnimationMethod · 0.95
trackMethod · 0.95
springFunction · 0.80
timingFunction · 0.80
decayFunction · 0.80

Calls 1

__detachMethod · 0.45

Tested by

no test coverage detected