(
fromValue: number,
onUpdate: (value: number) => void,
onEnd: ?EndCallback,
previousAnimation: ?Animation,
animatedValue: AnimatedValue
)
| 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); |
no outgoing calls
no test coverage detected