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