react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
4 lines • 299 B
TypeScript
import type { AnimatedStyle } from '../commonTypes';
import type { StyleLayoutAnimation } from './commonTypes';
export declare function withStyleAnimation(styleAnimations: AnimatedStyle<any>, callback?: (finished: boolean) => void): StyleLayoutAnimation;
//# sourceMappingURL=styleAnimation.d.ts.map