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

Correct; it doesn't allow that.  (With this proposal, if the auto size changes in the middle of a transition, the transition state will jump, since what will be animating is effectively `auto * 0.73` ... `auto * 0.72` ... etc.  So if the meaning of `auto` changes in the middle, things will jump as it moves "smoothly" from 73% of `auto` to 72% of `auto`.)  This fits with the model that transitions happen when the computed value of a property changes; `auto` is a computed value.

-- 
GitHub Notification of comment by dbaron
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/626#issuecomment-2051821302 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 14:01:05 UTC