Skip to content

Commit

Permalink
fix(nav): Removed border on animation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jul 25, 2014
1 parent ed9e071 commit a9a52f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px
left: -1px;
width: auto;
&:not(.bar) {
border-right: 1px solid transparent;
border-left: 1px solid transparent;
border-right: none;
border-left: none;
}
border-right: none;
border-left: none;
Expand Down Expand Up @@ -381,8 +381,8 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px
bottom: 0;
left: -1px;
width: auto;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
border-right: none;
border-left: none;
}
> .ng-enter, &.ng-enter {
/* NEW content placed far LEFT BEFORE it slides IN from the LEFT */
Expand Down

2 comments on commit a9a52f6

@mickaelmarq
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mlynch this change breack animation effect on back on ios7

@alexbainbridge
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mickaelmarq You may like to come and comment on issue #1979

Please sign in to comment.