Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
stopAnimation
Method · 0.95
track
Method · 0.95
spring
Function · 0.80
timing
Function · 0.80
decay
Function · 0.80
Calls
1
__detach
Method · 0.45
Tested by
no test coverage detected