- From: Khushal Sagar via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Oct 2024 02:11:08 +0000
- To: public-css-archive@w3.org
An issue came up when spec-ing the resolution. We wanted to set this up such that the keyframes stay the same with or without `prefers-reduced-motion` but the `animation` property doesn't use the keyframe. This would allow the author to trivially add the animation back if needed. But the keyframes being used to animate the group include other properties like `backdrop-filter` so removing it completely won't be right. The `backdrop-filter` will also not animate and I'm not sure if it counts as "motion", it feels like cross-fading. We could change the keyframe itself as in this PR: https://github.com/w3c/csswg-drafts/pull/10996 but this increases the compat risk associated with this change. So wanted to run it past the group to confirm. @nt1m @mattwoodrow @emilio. We should also discuss this in the context of layered capture since that will add a bunch of other properties and we'll have to decide which ones make sense to interpolate in `prefers-reduced-motion` mode. @noamr -- GitHub Notification of comment by khushalsagar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10267#issuecomment-2434085305 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 24 October 2024 02:11:09 UTC