Animate Height with Pure CSS
Thought this would be a neat post to share with everyone
https://marcsamtleben.de/en/blog/animate-height-auto-with-pure-css
How to animate auto height with pure CSS | Marc Samtleben
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.
0 Replies