Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the following CSS media query to the site.

Code Block
@media (prefers-reduced-motion: reduce) {

...



  /* CSS to disable motion goes here */

...



}

When the user selects an anchor/jump link the page will smooth-scroll to the content selected, instead of a hard and abrupt jump. 

...