]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
carousel.md: fix `$carousel-transition-duration` reference (#32316)
authorRadu Chiriac <contact@raduchiriac.me>
Tue, 8 Dec 2020 06:06:08 +0000 (07:06 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 06:06:08 +0000 (08:06 +0200)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/components/carousel.md

index 85ee9eb4491f8620f49e97d527bbe02556829c23..e3799fc9ca33e5b993444d3f68e9e8a399c020fb 100644 (file)
@@ -421,4 +421,4 @@ myCarousel.addEventListener('slide.bs.carousel', function () {
 
 ### Change transition duration
 
-The transition duration of `.carousel-item` can be changed with the `$carousel-transition` Sass variable before compiling or custom styles if you're using the compiled CSS. If multiple transitions are applied, make sure the transform transition is defined first (eg. `transition: transform 2s ease, opacity .5s ease-out`).
+The transition duration of `.carousel-item` can be changed with the `$carousel-transition-duration` Sass variable before compiling or custom styles if you're using the compiled CSS. If multiple transitions are applied, make sure the transform transition is defined first (eg. `transition: transform 2s ease, opacity .5s ease-out`).