Skip to content

Commit

Permalink
fix(sidenav): add valid transition to close animations
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson authored and kennethcachia committed Sep 23, 2015
1 parent 5939388 commit 40a5156
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/sidenav/sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ md-sidenav {
&.md-closed-add,
&.md-closed-remove {
display: flex;
/* this is required as of 1.3x to properly
apply all styling in a show/hide animation */
transition: 0s all;
transition: 0.2s ease-in all;
}

&.md-closed-add.md-closed-add-active,
Expand Down

0 comments on commit 40a5156

Please sign in to comment.