Re: [csswg-drafts] [css-transforms-2] Interpolation of perspective.

https://codepen.io/anon/pen/eLEPWm
Here is an example for 'transform: perspective' and perspective interpolations.

As for the perspective property, Chrome, Edge, Firefox and Safari do interpolate as length (i.e. linear interpolation)

As for the perspective function in transform property, Chrome and Safari do the way what the spec defines (thought I haven't verified the calculation result), Firefox does linear interpolation (but emilio fixed it in [the bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1488414)).  Edge shows somewhat different result.

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

Received on Thursday, 6 September 2018 00:15:46 UTC