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

Implementations cause 3d transforms to put the element on a separate "rendering layer" from the rest of the page, so it can be transformed and composited by the existing fast 3d code in their graphics libraries.

Thus the classic `translateZ(0)` hack, which has some useful side-effects despite not actually moving the element at all.

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

Received on Friday, 9 November 2018 03:14:13 UTC