Re: [csswg-drafts] [css-animations] Hardware acceleration explicit support proposal (#4146)

@rolivo I'm afraid this sounds awfully implementation specific. UAs need to be free to optimize and innovate with how they use resources to render content.

WebRender, for example, takes a very different approach to how content is rendered (largely doing away with layers) that would not be possible if specifications required a particular implementation approach.

It seems to me like 'will-change' is providing the functionality you describe. Namely, hinting to the browser that the element will likely be animated so it should prepare to optimize its rendering accordingly.

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

Received on Thursday, 25 July 2019 05:09:01 UTC