clirdlf / participatory_voting

http://voting.diglib.org
2 stars 0 forks source link

Navigation Controls for Reduced Motion Users #38

Closed waynegraham closed 2 years ago

waynegraham commented 3 years ago

Only use the smooth scrolling navigation elements (top header and scroll-top) if

const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion)').matches;
prefersReducedMotion == false;