mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(modal): use framework delegate for mounting the user's component
This commit is contained in:
@@ -129,6 +129,8 @@ export class Loading {
|
||||
|
||||
this.ionLoadingWillPresent.emit();
|
||||
|
||||
this.el.style.zIndex = `${20000 + this.loadingId}`;
|
||||
|
||||
// get the user's animation fn if one was provided
|
||||
const animationBuilder = this.enterAnimation || this.config.get('loadingEnter', this.mode === 'ios' ? iosEnterAnimation : mdEnterAnimation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user