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