UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

23 lines (22 loc) 710 B
export { BaseAnimationBuilder } from './BaseAnimationBuilder'; export { ComplexAnimationBuilder } from './ComplexAnimationBuilder'; export { Keyframe } from './Keyframe'; export { LayoutAnimationType, SharedTransitionType } from './commonTypes'; export type { LayoutAnimation, AnimationFunction, EntryAnimationsValues, ExitAnimationsValues, EntryExitAnimationFunction, AnimationConfigFunction, IEntryAnimationBuilder, IExitAnimationBuilder, LayoutAnimationsValues, LayoutAnimationFunction, LayoutAnimationStartFunction, ILayoutAnimationBuilder, BaseLayoutAnimationConfig, BaseBuilderAnimationConfig, LayoutAnimationAndConfig, IEntryExitAnimationBuilder, } from './commonTypes';