Re: [csswg-drafts] [css-transitions] Transition to height (or width) "auto" (#626)

Argh, I've been trying to create a pure CSS burger menu and the lack of this feature in CSS is painful.  It would allow the menu to be hidden and removed from the document by setting a wrapper to and from height zero (given that you can't animate display:none).  I guess it's more complicated than this, but it seems to me that browsers already calculate the value of `auto` for an instant transition, they already transition given an explicit value, so why not just treat `auto` as if the user had explicitly specified the calculated value?

-- 
GitHub Notification of comment by jez9999
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/626#issuecomment-1256913812 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 24 September 2022 08:48:51 UTC