mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Snapcat fix
This commit is contained in:
@@ -40,7 +40,6 @@ class ModalSlideIn extends ModalAnimation {
|
||||
constructor(element) {
|
||||
super(element);
|
||||
this
|
||||
.fadeIn()
|
||||
.fromTo('translateY', '100%', '0%');
|
||||
}
|
||||
}
|
||||
@@ -50,7 +49,6 @@ class ModalSlideOut extends ModalAnimation {
|
||||
constructor(element) {
|
||||
super(element);
|
||||
this
|
||||
.fadeOut()
|
||||
.fromTo('translateY', '0%', '100%');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user