- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Sep 2018 22:37:15 +0000
- To: public-css-archive@w3.org
emilio has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-transforms-2] Interpolation of perspective. == I think it's really weird that `perspective` the transform function gets interpolated differently than `perspective` the property. https://drafts.csswg.org/css-transforms-2/#propdef-perspective says: > Animatable: as length However for the transform function it says: > The transform functions matrix(), matrix3d() and perspective() get converted into 4x4 matrices first and interpolated as defined in section Interpolation of Matrices afterwards. I just fixed the `perspective()` function interpolation in Gecko in https://bugzilla.mozilla.org/show_bug.cgi?id=1488414. I haven't tested what other browsers do for the `perspective` property yet, but I wanted to leave this filed because it seems that if this inconsistency is intended, it should be at least be clarified and explicitly pointed out. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3084 using your GitHub account
Received on Wednesday, 5 September 2018 22:37:22 UTC