Re: [csswg-drafts] [css-values-4] How to interpolate <ratio>? (#4953)

> One other possibility that I think might work better that logarithms

For ratios ≥ 1, this reduces to linear interpolation. So it still has the same problem: if you fix `height` and animate `aspect-ratio`, `width` will change linearly. But if you fix `width` and animate `aspect-ratio`, `height` will change hyperbolically. So its not symmetric in this sense. I think I prefer logarithmic interpolation.

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


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

Received on Wednesday, 21 October 2020 21:30:48 UTC