Skip to content

Commit 024f51d

Browse files
committed
fix(.slide-in-right): fix leave animation being same as enter
Closes #1610
1 parent 4831f48 commit 024f51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_animations.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px
645645
@include animation-fill-mode(both);
646646
}
647647
&.ng-leave, > .ng-leave {
648-
@include animation-name(slideInFromRight);
648+
@include animation-name(slideOutToRight);
649649
@include animation-duration($transition-duration);
650650
@include animation-timing-function(ease-in-out);
651651
@include animation-fill-mode(both);

0 commit comments

Comments
 (0)