Skip to content

Commit

Permalink
docs(accessibility): rewording smooth scroll sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Oct 16, 2020
1 parent c059f79 commit c648f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/getting-started/accessibility.md
Expand Up @@ -47,7 +47,7 @@ For visually hidden interactive controls, such as traditional "skip" links, use

Bootstrap includes support for the [`prefers-reduced-motion` media feature](https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-motion). In browsers/environments that allow the user to specify their preference for reduced motion, most CSS transition effects in Bootstrap (for instance, when a modal dialog is opened or closed, or the sliding animation in carousels) will be disabled.

Alternatively, the `scroll-behavior` property enables smooth scroll if the user did not ask for reduced motion.
Bootstrap also enables smooth scroll if the user did not ask for reduced motion, using the `scroll-behavior` property.

## Additional resources

Expand Down

0 comments on commit c648f1a

Please sign in to comment.