UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

13 lines (10 loc) 264 B
'use strict'; export type { DecayAnimation, DecayConfig, DefaultDecayConfig, InnerDecayAnimation, RubberBandDecayConfig, } from './utilsCommon'; export { isValidRubberBandConfig, SLOPE_FACTOR } from './utilsCommon'; export const VELOCITY_EPS = 1 / 20;