From a6961275b00eb8c4d6c292d05aea50f4c39e435a Mon Sep 17 00:00:00 2001 From: Radu Chiriac Date: Wed, 2 Dec 2020 18:02:52 +0100 Subject: [PATCH] Update carousel.md Fix the correct reference to the associated variable name for the Carousel transition duration --- site/content/docs/5.0/components/carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/components/carousel.md b/site/content/docs/5.0/components/carousel.md index 85ee9eb4491f..e3799fc9ca33 100644 --- a/site/content/docs/5.0/components/carousel.md +++ b/site/content/docs/5.0/components/carousel.md @@ -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`).