Re: [csswg-drafts] Add 'prefers-reduced-motion' media feature

@cookiecrook 
Sure it is true. The variable/setting itself declares that it is only 
about reduction not about disabling. 
Because of that prefers-reduced-motion: disabled is ambiguous.
If you look at my alt PR 
https://github.com/w3c/csswg-drafts/issues/778 you can see the issue 
is not appearing anymore.

motion-preference: none will simply say you have no preference, e.g. 
take the default.
motion-preference: disable will however disable motion, reduce will 
lower it...
And in future, IF DESIRED: values between 0 and 1000 would allow 
speeds, 0-100% would allow scaling, 0ms - 500ms would allow concrete 
max animation length. 

-- 
GitHub Notification of comment by inoas
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/pull/586#issuecomment-265184278 
using your GitHub account

Received on Tuesday, 6 December 2016 15:45:53 UTC