UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines 230 B
import type { DefaultDecayConfig, InnerDecayAnimation } from './utils'; export declare function rigidDecay(animation: InnerDecayAnimation, now: number, config: DefaultDecayConfig): boolean; //# sourceMappingURL=rigidDecay.d.ts.map