mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(.slide-in-right): fix leave animation being same as enter
Closes #1610
This commit is contained in:
@@ -645,7 +645,7 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px
|
||||
@include animation-fill-mode(both);
|
||||
}
|
||||
&.ng-leave, > .ng-leave {
|
||||
@include animation-name(slideInFromRight);
|
||||
@include animation-name(slideOutToRight);
|
||||
@include animation-duration($transition-duration);
|
||||
@include animation-timing-function(ease-in-out);
|
||||
@include animation-fill-mode(both);
|
||||
|
||||
Reference in New Issue
Block a user