- Issue created by @rkoller
- π¨π¦Canada mgifford Ottawa, Ontario
Thanks @sandip poddar. Really appreciate this.
Making users physically ill is really not good UX.
More info on reduced motion:
https://sparkbox.com/foundry/prefers_reduced_motion_media_query_CSS_rule...
https://css-tricks.com/a-complete-guide-to-css-media-queries/ Thanks @mgifford for sharing the documentaions.
I am quickly trying to raise a MR for this issue with tested solution.- Merge request !580Issue #3506341: Respect operating system settings for reduced motion. β (Open) created by Unnamed author
Hi @rkoller, I raise a MR to use
prefers-reduced-motion: no-preference
for all animation properties in the codebase. Please review the changes. But i have one doubt should we do the same implementaion for transition property also?- π¨πSwitzerland saschaeggi Zurich
Hey @sandip thank you for working on this.
This currently only addresses the throbbers but this might need to be extended to
transition
properties as well?@rkoller @mgifford maybe can provide some guidance here
Thanks!
Yes @saschaeggi i was also thinking same. So i am applying the changes to the transition properties also. @rkoller and @mgifford can you please verify it once.
Hi @saschaeggi, I have updated the changes for the
Transition
properties also. Can you please share your feedback on it.