Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(sidenav): add valid transition to close animations
Browse files Browse the repository at this point in the history
Fixes #3576.
  • Loading branch information
ThomasBurleson committed Aug 27, 2015
1 parent 9ac7496 commit e26a275
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 e26a275

Please sign in to comment.