MCPcopy
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

stopAnimationMethod · 0.95
_updateValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected