Re: [csswg-drafts] [css-transforms-2] `scale` property behavior differs from `scale()` function

But in transform style is there order of values is important for example: 
transform: scale(2), blur(5px), translateX(2px, 2px);
and 
transform: translateX(2px, 2px), blur(5px), scale(2);

do you know how big perfornmance impact has "more CSS styles"? Test Mozilla Firefox current version and Mozilla Firefox 3. scale as separate style is not needed. 

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

Received on Thursday, 21 December 2017 16:34:28 UTC