Re: [fxtf-drafts] [css-transforms-2] How to serialize `scale` if we only use one number?

I believe that's WebKit/Blink specific behavior. `translateZ(0)` does not trigger layer creation in Gecko (hence why we introduced `will-change`--to give authors a cross-browser way of achieving that optimization).

I wonder if it's necessary to preserve that quirk with the individual transform properties?

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

Received on Friday, 9 November 2018 07:31:11 UTC