Re: [csswg-drafts] [css-transform] Provide way to scale internal resolution of layers (#7848)

**REASONS WHY ADDING THE PROPERTY WOULD BE NET POSITIVE FOR WEB**

- inline with new Houdini approach of exposing low level primitives to web developers which can be combined to greatly customise render experience
- simplicity + intuitiveness of API 
- simplicity of integration into existing browser rendering pipelines (devicePixelRatio etc)
- addresses 2 main concerns for web developers who do animations:
- (1) animations not running smooth (fix via lowering / downSampling resolution)
- (2) animation not being sharp (fix via increasing / upSampling resolution)
- making web more accessible by allowing lower end devices to render graphics intensive content
- making web more accessible because now plain HTML can be used without having to implement this in custom WebGL / Canvas rendering stack

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 8 October 2022 12:29:48 UTC