- From: Alrik Wendel via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Oct 2022 09:05:30 +0000
- To: public-css-archive@w3.org
**USE CASE FOR INCREASING LAYER RESOLUTION** I have previously only outline the use case for lowering the resolution of a layer to increase performance. Yet, there is also a compelling use case for being able to increase the resolution: Say I want to do a "zoom in" animation on content and I want it to be performant. Hence I lock the rasterisation resolution via will-change:transform. The issue is that as I zoom in the content becomes blurry (since the animation started at a lower scale etc). With the new property I could instead double the resolution + then zoom in still with rasterisation enabled, but the content would be a lot less blurred than before. This woul also make the following issue mostly redundant: https://github.com/w3c/csswg-drafts/issues/236 Since now the developer can plan ahead the target resolution before an animation -- GitHub Notification of comment by Awendel Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7848#issuecomment-1271323951 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 7 October 2022 09:05:32 UTC