UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

14 lines 791 B
export { withClamp } from './clamp'; export type { DelayAnimation, HigherOrderAnimation, NextAnimation, RepeatAnimation, SequenceAnimation, StyleLayoutAnimation, } from './commonTypes'; export type { DecayAnimation, WithDecayConfig } from './decay'; export { withDecay } from './decay'; export { withDelay } from './delay'; export { withRepeat } from './repeat'; export { withSequence } from './sequence'; export { withSpring } from './spring'; export type { SpringAnimation, WithSpringConfig } from './springUtils'; export { withStyleAnimation } from './styleAnimation'; export type { TimingAnimation, WithTimingConfig } from './timing'; export { withTiming } from './timing'; export { cancelAnimation, defineAnimation, initialUpdaterRun } from './util'; //# sourceMappingURL=index.d.ts.map