UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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