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

Ok so we have:

@AmeliaBR 
>  intermediary states can usually be described via a calc() function. 10% of the transition from 50px to 20em is calc(0.9*50px + 0.1*20em)

This is very informative.
However @Loirooriol has implied that having `auto` supported in `calc` is a prerequisite for the transition to `auto`, however, I don't believe this follows.
Everyone would be happy if a pixel value were calculated for `auto` at the start of the transition, and that this fixed value is plugged in to the above `calc` formula to generate an interpolated value at each time step. 

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


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

Received on Friday, 25 February 2022 22:48:37 UTC