I created a toggle-menu, as shown in this demo.
I addded a css transition effect for div.nav-menu
, and i used max-height:0;
to max-height:480px;
.
When I click the menu toggle to show the menu, the transition works well. But when I click the menu toggle to hide the menu again the transition doesn't work.
What did I do wrong?