mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
feat(overlays): expose animation customization
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { SpinnerTypes } from '../../interface';
|
||||
import { AnimationBuilder, SpinnerTypes } from '../../interface';
|
||||
|
||||
export interface LoadingOptions {
|
||||
spinner?: SpinnerTypes;
|
||||
@ -12,4 +12,7 @@ export interface LoadingOptions {
|
||||
mode?: string;
|
||||
keyboardClose?: boolean;
|
||||
id?: string;
|
||||
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user