- From: Jez via GitHub <sysbot+gh@w3.org>
- Date: Sat, 24 Sep 2022 08:48:50 +0000
- To: public-css-archive@w3.org
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