mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Style
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
$popup-ios-border-radius: 13px !default;
|
||||
$popup-ios-bg-color: #f8f8f8 !default;
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ class PopupPopIn extends PopupAnimation {
|
||||
this.wrapper.fromTo('opacity', '0', '1')
|
||||
this.wrapper.fromTo('scale', '1.2', '1');
|
||||
|
||||
this.backdrop.fromTo('opacity', '0', '0.4')
|
||||
this.backdrop.fromTo('opacity', '0', '0.3')
|
||||
}
|
||||
}
|
||||
Animation.register('popup-pop-in', PopupPopIn);
|
||||
@@ -127,7 +127,7 @@ class PopupPopOut extends PopupAnimation {
|
||||
this.wrapper.fromTo('opacity', '1', '0')
|
||||
this.wrapper.fromTo('scale', '1', '0.8');
|
||||
|
||||
this.backdrop.fromTo('opacity', '0.4', '0')
|
||||
this.backdrop.fromTo('opacity', '0.3', '0')
|
||||
}
|
||||
}
|
||||
Animation.register('popup-pop-out', PopupPopOut);
|
||||
|
||||
Reference in New Issue
Block a user