mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -67,8 +67,8 @@ export class Popup {
|
||||
constructor(ctrl: OverlayController, config: Config) {
|
||||
this.ctrl = ctrl;
|
||||
this._defaults = {
|
||||
enterAnimation: config.get('popupPopIn'),
|
||||
leaveAnimation: config.get('popupPopOut'),
|
||||
enterAnimation: config.get('popupEnter'),
|
||||
leaveAnimation: config.get('popupLeave'),
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -24,8 +24,8 @@ Config.setModeConfig('ios', {
|
||||
pageTransition: 'ios',
|
||||
pageTransitionDelay: 16,
|
||||
|
||||
popupPopIn: 'popup-pop-in',
|
||||
popupPopOut: 'popup-pop-out',
|
||||
popupEnter: 'popup-pop-in',
|
||||
popupLeave: 'popup-pop-out',
|
||||
|
||||
tabbarPlacement: 'bottom',
|
||||
});
|
||||
@ -53,8 +53,8 @@ Config.setModeConfig('md', {
|
||||
pageTransition: 'md',
|
||||
pageTransitionDelay: 80,
|
||||
|
||||
popupPopIn: 'popup-md-pop-in',
|
||||
popupPopOut: 'popup-md-pop-out',
|
||||
popupEnter: 'popup-md-pop-in',
|
||||
popupLeave: 'popup-md-pop-out',
|
||||
|
||||
tabbarHighlight: true,
|
||||
tabbarPlacement: 'top',
|
||||
|
Reference in New Issue
Block a user