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

`auto` doesn't work in `calc()`. But making `auto` (or `auto-transitionable`) interpolable would probably need that, since interpolating from `a` to `b` at `t∈[0,1]` is basically `calc(a*(1-t) + b*t)` https://drafts.csswg.org/css-values/#combine-dimensions

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


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

Received on Thursday, 20 January 2022 21:56:45 UTC