UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

12 lines (11 loc) 444 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; };