Re: [csswg-drafts] [css-transforms-2] Provide more information or a link for the interpolation on rotate property (#4516)

I agree that this should be clearer.  It should probably also be more consistent with the rules for interpolating the `rotate()` transform function, which does not use matrix interpolation when the axes match.

It also needs to be clear about how to convert the result back to a computed value -- both for css-typed-om access to `rotate()` and for any computed/resolved value access to `rotate`.  For example, if the result is the identity matrix, the result probably ends up as `0deg` regardless of the original axes.  (This also gives a good reason to avoid going into matrix interpolation in all cases.)

Also #897 is related.

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


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

Received on Thursday, 21 October 2021 16:24:11 UTC