Re: [w3ctag/design-reviews] CSS Animation Worklet API (#349)

Hi there,

Thanks for raising this issue, and my apologies that it took us so long to respond. We are working through some process improvements on that front.

In terms of this proposal, I am curious whether there has been thought given to the interaction between this (and by extension all Houdini features which concern animation) and the `prefers-reduced-motion` media query.

What effect would using a `prefers-reduced-motion` media query have if authors have used an AnimationWorklet to create a custom animation? Would the animation not run by default? Or would the author need to take some specific action via the `matchMedia()` function?

Might it make sense to make `prefers-reduced-motion` a first-class API in this context, so that authors might be encouraged provide an alternate version of animations (for example, regular scrolling tends to be acceptable) which may be less problematic for anyone who has the `prefers-reduced-motion` preference set?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/349#issuecomment-495146826

Received on Thursday, 23 May 2019 09:44:01 UTC