Html – Why does "transition: max-height 3s;" do nothing?
This is a simple menu in HTML. The CSS should animate the dropdown by transitioning slowly from max-height: 0; to max-height: 200px; The problem for me is that it jumps immediately to max-height 200px completely ignoring the transition property. On…