Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫl Poupard <ffoodd@users.noreply.github.com>2020-10-19 12:06:14 +0300
committerGitHub <noreply@github.com>2020-10-19 12:06:14 +0300
commit48177c946fea3e78dc2c9a8b6a9c74372b3fa1fe (patch)
treeeef5259aa822da852505da431abf1cbe91f42340 /site/content
parented2f43e1b9e160ccc7a887527448a0f19e455a9c (diff)
docs(migration): mention spinners slow down (#31929)
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.0/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 5d08385834..6e5734854b 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -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