fix(.slide-in-right): fix leave animation being same as enter

Closes #1610
This commit is contained in:
Andrew Joslin
2014-06-12 08:20:34 -06:00
parent 4831f48954
commit 024f51d38e

View File

@@ -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);