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