On my website I want to animate when a menu opens. I do that by changing the max-height
of the <div>
that is the menu (and also changing display
).
max-height
is changed from 4em
to none
.
It used to be that it was changed to 500px
instead of none
and then the animation did work, however it doesn't work with none
.
What am I doing wrong?