mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
feat(overlays): expose animation customization
This commit is contained in:
@ -5,8 +5,6 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
|
||||
componentProps?: ComponentProps<T>;
|
||||
showBackdrop?: boolean;
|
||||
backdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
cssClass?: string | string[];
|
||||
delegate?: FrameworkDelegate;
|
||||
animated?: boolean;
|
||||
@ -14,4 +12,7 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
|
||||
mode?: string;
|
||||
keyboardClose?: boolean;
|
||||
id?: string;
|
||||
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
}
|
||||
|
Reference in New Issue
Block a user