UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

30 lines (29 loc) 987 B
'use strict'; export { withClamp } from './clamp'; export type { DelayAnimation, 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 type { SpringAnimation, WithSpringConfig } from './spring'; export { GentleSpringConfig, GentleSpringConfigWithDuration, Reanimated3DefaultSpringConfig, Reanimated3DefaultSpringConfigWithDuration, SnappySpringConfig, SnappySpringConfigWithDuration, WigglySpringConfig, WigglySpringConfigWithDuration, withSpring, } from './spring'; export { withStyleAnimation } from './styleAnimation'; export type { TimingAnimation, WithTimingConfig } from './timing'; export { withTiming } from './timing'; export { cancelAnimation, defineAnimation, initialUpdaterRun } from './util';