MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / start

Method start

Libraries/Animated/src/AnimatedImplementation.js:112–118  ·  view source on GitHub ↗
(
    fromValue: number,
    onUpdate: (value: number) => void,
    onEnd: ?EndCallback,
    previousAnimation: ?Animation,
    animatedValue: AnimatedValue
  )

Source from the content-addressed store, hash-verified

110 __onEnd: ?EndCallback;
111 __iterations: number;
112 start(
113 fromValue: number,
114 onUpdate: (value: number) => void,
115 onEnd: ?EndCallback,
116 previousAnimation: ?Animation,
117 animatedValue: AnimatedValue
118 ): void {}
119 stop(): void {
120 if (this.__nativeId) {
121 NativeAnimatedAPI.stopAnimation(this.__nativeId);

Callers 15

TesterClass · 0.45
componentDidMountMethod · 0.45
AnimatedExample.jsFile · 0.45
RTLExample.jsFile · 0.45
componentWillMountMethod · 0.45
bobblePanListenerFunction · 0.45
releaseBobbleFunction · 0.45
constructorFunction · 0.45
constructorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected