Re: [csswg-drafts] No-motion / forced-reduced-motion issue draft (#7440)

I'm wondering if we should handle this at a more granular level, rather than page-wide.

E.g. startViewTransition() might be defined turn off the transitional rendering and just create an instant view change when a user has `prefers-reduced-motion` (https://github.com/WICG/view-transitions/issues/19#issuecomment-1226141044), but have an optional argument that allows overriding that auto-shutoff. That way the author can override one particular transition, without opting the whole page into “I have adapted appropriately let me do anything I want” mode.

We could consider this type of override for other types of transitions and animations also. Then for each individual effect, the author can opt to keep the motion, or let it get shut off by the UA, or change out and simplify the motion based on a `prefers-reduced-motion` MQ.

See also discussion in https://github.com/WICG/view-transitions/issues/19

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


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

Received on Wednesday, 16 November 2022 23:21:07 UTC