Skip to content

Commit

Permalink
fix(nav): make fewer z-index assumptions while animating in ios7 anim…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
mlynch committed Jun 2, 2014
1 parent 66bfb71 commit 02f5fcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ $ios7-transition-duration: 340ms;
> .ng-enter, &.ng-enter {
/* NEW content placed far RIGHT BEFORE it slides IN from the RIGHT */
@include translate3d(100%, 0, 0);
z-index: 2;
}
> .ng-leave, &.ng-leave {
z-index: 1;
Expand Down Expand Up @@ -384,7 +383,6 @@ $ios7-transition-duration: 340ms;
> .ng-enter, &.ng-enter {
/* NEW content placed far LEFT BEFORE it slides IN from the LEFT */
@include translate3d(-15%, 0, 0);
z-index: 1;
}
> .ng-leave, &.ng-leave {
z-index: 2;
Expand Down

0 comments on commit 02f5fcb

Please sign in to comment.