[csswg-drafts] Pull Request: [css-transforms-2] Permit piecewise rotation interpolation when 0deg angle is present #3236

alancutter has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-transforms-2] Permit piecewise rotation interpolation when 0deg angle is present #3236 ==
[css-transforms-2] Permit piecewise rotation interpolation when 0deg angle is present #3236

This change makes rotations like `rotateX(45deg)` and `rotateY(0deg)` compatible for simple interpolation without triggering matrix interpolation. Any 0deg rotation can interpolate cleanly with any other rotation.

See https://github.com/w3c/csswg-drafts/pull/3250

Received on Friday, 26 October 2018 05:50:39 UTC