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

Yes, transitions introduces a limited notion of time. But it relies on [*computed values*](https://drafts.csswg.org/css-cascade/#computed) changing; at the time we recompute computed values, that's when we check if the value is different than it was previously and kick off transitions. (Or start an animation, due to the 'animation' computed value changing to specify one, etc.)

We don't know what value `auto` resolves to until we do layout, which happens after computed values.

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


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

Received on Friday, 12 April 2024 21:36:19 UTC