UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

12 lines 481 B
import type { AnimatedScreenTransition } from './commonTypes'; export declare const ScreenTransition: { SwipeRight: AnimatedScreenTransition; SwipeLeft: AnimatedScreenTransition; SwipeDown: AnimatedScreenTransition; SwipeUp: AnimatedScreenTransition; Horizontal: AnimatedScreenTransition; Vertical: AnimatedScreenTransition; TwoDimensional: AnimatedScreenTransition; SwipeRightFade: AnimatedScreenTransition; }; //# sourceMappingURL=presets.d.ts.map