My Learning Curve

Feed / Web Dev Simplified Blog

We Can Finally Animate height: auto; in CSS!

Monday, July 1, 2024

For decades, height: auto; has been a pain to animate in CSS. But with the introduction of the calc-size() function in CSS, we can finally animate height: auto; without the need for any JavaScript.

Read original article ↗