How to animate auto height with pure CSS
June 15, 2024
It's quite easy to animate the height of a HTML element with CSS if the Element has a fixed height. When trying to animate the height of an element that does not have a fixed height but instead a dynamic one it gets trickier.