A solution to the unsolved CSS problem of animating an element height
1–3 of 3 posts
Re: A solution to the unsolved CSS problem of animating an element height
#2[deleted]
Re: A solution to the unsolved CSS problem of animating an element height
#3Post author here: this post is a bit dated, and I need to update it. While the CSS grid trick works fine, hopefully, very soon, there'll be better ways to animate an element's height.
Chromium is shipping `interpolate-size` already, which enables transitioning from/to `height: auto`. Webkit and Firefox still have to agree with this web platform addition, but I'm optimistic. So let's hope!