UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines (2 loc) 201 B
import type { RubberBandDecayConfig, InnerDecayAnimation } from './utils'; export declare function rubberBandDecay(animation: InnerDecayAnimation, now: number, config: RubberBandDecayConfig): boolean;