Skip to content

Commit

Permalink
feat(ionNavBackButton): make pressed state work
Browse files Browse the repository at this point in the history
Resolved #1294
  • Loading branch information
ajoslin committed May 9, 2014
1 parent 8730e62 commit 8d34ab2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@ $nav-title-slide-ios7-delay: 250ms;

@include translate3d(0%, 0, 0);
opacity: 1;
&.active, &.activated {
opacity: 0.5;
}
&.ng-hide {
opacity: 0;
@include translate3d(30%, 0, 0);
Expand Down

0 comments on commit 8d34ab2

Please sign in to comment.