Hi, All As of Firefox 72, I intend to turn the preference of individual transform properties, layout.css.individual-transform.enabled <https://searchfox.org/mozilla-central/rev/cac340f10816707e91c46db6d285f80259420f07/modules/libpref/init/StaticPrefList.yaml#4932>, on by default on all platforms. Blink has implemented it behind the experiment flag but Webkit doesn't support it yet. There are three properties defined in individual transform properties: translate, rotate, scale. Their rendering results should be equal to translate(), rotate(), and scale() functions on transform property.
*Bug to turn on by default*: https://bugzilla.mozilla.org/show_bug.cgi?id=1424900 *Spec*: https://drafts.csswg.org/css-transforms-2/#individual-transforms *DevTools*: We don't support DevTools for individual transforms now. *WPT*: 1. https://searchfox.org/mozilla-central/source/testing/web-platform/tests/css/css-transforms/individual-transform 2. https://searchfox.org/mozilla-central/source/testing/web-platform/tests/css/css-transforms/animation 3. https://searchfox.org/mozilla-central/source/testing/web-platform/tests/css/css-transforms/parsing Thanks _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform