react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
9 lines • 417 B
JavaScript
export { cancelAnimation, defineAnimation, initialUpdaterRun } from './util';
export { withTiming } from './timing';
export { withSpring } from './spring';
export { withDecay, WithDecayConfig } from './decay';
export { withDelay } from './delay';
export { withRepeat } from './repeat';
export { withSequence } from './sequence';
export { withStyleAnimation } from './styleAnimation';
//# sourceMappingURL=index.js.map