You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opened a similar issue on twbs/bootstrap, I'd be interested to know your thoughts.
Is there any interest in supporting the prefers-reduced-motion media query? It's currently only honoured in Safari (MacOS/iOS), but pretty much, if a user has set in their browser/system preferences they'd like reduce the amount of motion they see, we can know about.
I opened a similar issue on twbs/bootstrap, I'd be interested to know your thoughts.
Is there any interest in supporting the
prefers-reduced-motion
media query? It's currently only honoured in Safari (MacOS/iOS), but pretty much, if a user has set in their browser/system preferences they'd like reduce the amount of motion they see, we can know about.An example implimenation would be replacing browse-columns.js:16 with something more like (thanks @robinwhittleton )
The text was updated successfully, but these errors were encountered: