Skip to content

Commit

Permalink
fix(.slide-in-right): fix leave aenimation being same as enter
Browse files Browse the repository at this point in the history
Closes #1610
  • Loading branch information
ajoslin committed Jun 12, 2014
1 parent 50596b8 commit ca24116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ca24116

Please sign in to comment.