Re: [csswg-drafts] [css-transforms-2] Allow interpolating from rotate[XYZ]?(0deg) to rotate[XYZ]?(__deg) by interpolating the angles

I'm not sure this is about parallel vectors (although I'm definitely out of my depth when it comes to 3D math) but special-casing the `rotate[XYZ]?(0deg)` case to match the axis of the other rotation value.

For the specific content that prompted this issue the values are 'rotate(0deg)' and 'rotateX(360deg)' which produces vectors of `[0, 0, 1]` and `[1, 0, 0]` respectively.

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

Received on Thursday, 25 October 2018 06:14:51 UTC