Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/animatedjs/animated
/ __getValue
Method
__getValue
src/AnimatedValue.js:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
__getValue(): number {
87
return
this._value + this._offset;
88
}
89
90
/**
91
* Directly set the value. This will stop any animations running on the value
Callers
2
stopAnimation
Method · 0.95
_updateValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected