Skip to content

Commit

Permalink
docs(migration): mention spinners slow down (#31929)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored Oct 19, 2020
1 parent ed2f43e commit 48177c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/docs/5.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ toc: true
- All `lighten()` and `darken()` functions in our codebase are replaced by `tint-color()` and `shade-color()`. These functions will mix the color with either white or black instead of changing its lightness by a fixed amount.
- The `scale-color()` will either tint or shade a color depending on whether its weight parameter is positive or negative.
- See [this PR](https://github.com/twbs/bootstrap/pull/30622) for more details.
- Spinners now honor `prefers-reduced-motion: reduce` by slowing down animations. [See #31882](https://github.com/twbs/bootstrap/pull/31882).

### Reboot

Expand Down

0 comments on commit 48177c9

Please sign in to comment.