react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
13 lines (12 loc) • 719 B
TypeScript
export type { HigherOrderAnimation, NextAnimation, DelayAnimation, RepeatAnimation, SequenceAnimation, StyleLayoutAnimation, } from './commonTypes';
export { cancelAnimation, defineAnimation, initialUpdaterRun } from './util';
export { withTiming } from './timing';
export type { TimingAnimation, WithTimingConfig } from './timing';
export { withSpring } from './spring';
export type { SpringAnimation, WithSpringConfig } from './springUtils';
export { withDecay } from './decay';
export type { DecayAnimation, WithDecayConfig } from './decay';
export { withDelay } from './delay';
export { withRepeat } from './repeat';
export { withSequence } from './sequence';
export { withStyleAnimation } from './styleAnimation';