MCPcopy Index your code
hub / github.com/ptmt/react-native-macos / stop

Method stop

Libraries/Animated/src/AnimatedImplementation.js:119–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 animatedValue: AnimatedValue
118 ): void {}
119 stop(): void {
120 if (this.__nativeId) {
121 NativeAnimatedAPI.stopAnimation(this.__nativeId);
122 }
123 }
124 __getNativeAnimationConfig(): any {
125 // Subclasses that have corresponding animation implementation done in native
126 // should override this method

Callers 15

MemberExpressionFunction · 0.45
stopMethod · 0.45
stopMethod · 0.45
stopMethod · 0.45
setValueMethod · 0.45
stopAnimationMethod · 0.45
animateMethod · 0.45
sequenceFunction · 0.45
cbFunction · 0.45
parallelFunction · 0.45
loopFunction · 0.45

Calls 1

stopAnimationMethod · 0.45

Tested by

no test coverage detected