react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
7 lines • 809 B
TypeScript
import { LayoutAnimationType } from '../../commonTypes';
import type { AnimatedComponentProps } from '../../createAnimatedComponent/commonTypes';
import type { ReanimatedHTMLElement } from '../../ReanimatedModule/js-reanimated';
import type { TransitionData } from './animationParser';
export declare function startWebLayoutAnimation<ComponentProps extends Record<string, unknown>>(props: Readonly<AnimatedComponentProps<ComponentProps>>, element: ReanimatedHTMLElement, animationType: LayoutAnimationType, transitionData?: TransitionData): void;
export declare function tryActivateLayoutTransition<ComponentProps extends Record<string, unknown>>(props: Readonly<AnimatedComponentProps<ComponentProps>>, element: ReanimatedHTMLElement, snapshot: DOMRect): void;
//# sourceMappingURL=animationsManager.d.ts.map