Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pmndrs/react-spring
/ goal
Method
goal
packages/core/src/SpringValue.ts:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
}
128
129
get goal() {
130
return
getFluidValue(this.animation.to) as T
131
}
132
133
get velocity(): VelocityProp<T> {
134
const
node = getAnimated(this)!
Callers
nothing calls this directly
Calls
1
getFluidValue
Function · 0.90
Tested by
no test coverage detected