1 | import type { StackCardInterpolationProps, StackCardInterpolatedStyle } from '../types';
|
2 |
|
3 |
|
4 |
|
5 | export declare function forHorizontalIOS({ current, next, inverted, layouts: { screen }, }: StackCardInterpolationProps): StackCardInterpolatedStyle;
|
6 |
|
7 |
|
8 |
|
9 | export declare function forVerticalIOS({ current, inverted, layouts: { screen }, }: StackCardInterpolationProps): StackCardInterpolatedStyle;
|
10 |
|
11 |
|
12 |
|
13 | export declare function forModalPresentationIOS({ index, current, next, inverted, layouts: { screen }, insets, }: StackCardInterpolationProps): StackCardInterpolatedStyle;
|
14 |
|
15 |
|
16 |
|
17 | export declare function forFadeFromBottomAndroid({ current, inverted, layouts: { screen }, closing, }: StackCardInterpolationProps): StackCardInterpolatedStyle;
|
18 |
|
19 |
|
20 |
|
21 | export declare function forRevealFromBottomAndroid({ current, next, inverted, layouts: { screen }, }: StackCardInterpolationProps): StackCardInterpolatedStyle;
|
22 |
|
23 |
|
24 |
|
25 | export declare function forScaleFromCenterAndroid({ current, next, closing, }: StackCardInterpolationProps): StackCardInterpolatedStyle;
|
26 | export declare function forNoAnimation(): StackCardInterpolatedStyle;
|