- From: vmpstr via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Aug 2023 17:47:53 +0000
- To: public-css-archive@w3.org
vmpstr has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions] Using plus-darker if prefers-color-scheme: dark == In view transitions, we currently use `mix-blend-mode: plus-lighter` for blending/cross-fading two images. However, this may produce lighter-than-expected results, which stands out particularly in dark color scheme mode. Perhaps we can consider using plus-darker in these situations, which I believe favors darker colors. I don't know if there's a better check than prefers-color-scheme: dark, but that seems like a good check to flip plus-lighter to plus-darker and back. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9276 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 30 August 2023 17:47:56 UTC