UNPKG

react-native-onboarding-flow

Version:

Beautiful, customizable onboarding flows for React Native with smooth animations

6 lines (5 loc) 617 B
import { Animated } from 'react-native'; export declare const createFadeInAnimation: (animatedValue: Animated.Value, duration?: number, delay?: number) => Animated.CompositeAnimation; export declare const createSlideUpAnimation: (animatedValue: Animated.Value, duration?: number, delay?: number) => Animated.CompositeAnimation; export declare const createScaleInAnimation: (animatedValue: Animated.Value, duration?: number, delay?: number) => Animated.CompositeAnimation; export declare const createSlideTransition: (fadeOut: Animated.Value, fadeIn: Animated.Value, duration?: number) => Animated.CompositeAnimation;