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
Ideally, this polyfill would be bypassed if the user has set they prefer reduced motion on their system or browser accessibility settings. This can be checked fairly easily with window.matchMedia('(prefers-reduced-motion: reduce)'), possibly in the shouldBailOut function.
The text was updated successfully, but these errors were encountered:
Ideally, this polyfill would be bypassed if the user has set they prefer reduced motion on their system or browser accessibility settings. This can be checked fairly easily with
window.matchMedia('(prefers-reduced-motion: reduce)')
, possibly in theshouldBailOut
function.The text was updated successfully, but these errors were encountered: