UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines (3 loc) 274 B
import type { AnimatableValue, ReduceMotion } from '../commonTypes'; export declare function withSequence<T extends AnimatableValue>(_reduceMotion: ReduceMotion, ...animations: T[]): T; export declare function withSequence<T extends AnimatableValue>(...animations: T[]): T;