UNPKG

1.98 kBTypeScriptView Raw
1import type { TransitionSpec } from '../types';
2/**
3 * Exact values from UINavigationController's animation configuration.
4 */
5export declare const TransitionIOSSpec: TransitionSpec;
6/**
7 * Configuration for activity open animation from Android Nougat.
8 * See http://aosp.opersys.com/xref/android-7.1.2_r37/xref/frameworks/base/core/res/res/anim/activity_open_enter.xml
9 */
10export declare const FadeInFromBottomAndroidSpec: TransitionSpec;
11/**
12 * Configuration for activity close animation from Android Nougat.
13 * See http://aosp.opersys.com/xref/android-7.1.2_r37/xref/frameworks/base/core/res/res/anim/activity_close_exit.xml
14 */
15export declare const FadeOutToBottomAndroidSpec: TransitionSpec;
16/**
17 * Approximate configuration for activity open animation from Android Pie.
18 * See http://aosp.opersys.com/xref/android-9.0.0_r47/xref/frameworks/base/core/res/res/anim/activity_open_enter.xml
19 */
20export declare const RevealFromBottomAndroidSpec: TransitionSpec;
21/**
22 * Approximate configuration for activity open animation from Android Q.
23 * See http://aosp.opersys.com/xref/android-10.0.0_r2/xref/frameworks/base/core/res/res/anim/activity_open_enter.xml
24 */
25export declare const ScaleFromCenterAndroidSpec: TransitionSpec;
26/**
27 * Configuration for bottom sheet slide in animation from Material Design.
28 * See https://github.com/material-components/material-components-android/blob/fd3639092e1ffef9dc11bcedf79f32801d85e898/lib/java/com/google/android/material/bottomsheet/res/anim/mtrl_bottom_sheet_slide_in.xml
29 */
30export declare const BottomSheetSlideInSpec: TransitionSpec;
31/**
32 * Configuration for bottom sheet slide out animation from Material Design.
33 * See https://github.com/material-components/material-components-android/blob/fd3639092e1ffef9dc11bcedf79f32801d85e898/lib/java/com/google/android/material/bottomsheet/res/anim/mtrl_bottom_sheet_slide_in.xml
34 */
35export declare const BottomSheetSlideOutSpec: TransitionSpec;
36//# sourceMappingURL=TransitionSpecs.d.ts.map
\No newline at end of file