diff options
| author | Radu Chiriac <[email protected]> | 2020-12-08 07:06:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-08 08:06:08 +0200 |
| commit | 07b60d2c3e0744d1a3182228caa0eec42a8328b1 (patch) | |
| tree | 20d235a0b3d940ee081e2f1725cc0949bc38223b | |
| parent | d15a0247ce444eb15f79b8bf76f2bc10f8eeb71a (diff) | |
| download | bootstrap-07b60d2c3e0744d1a3182228caa0eec42a8328b1.tar.xz bootstrap-07b60d2c3e0744d1a3182228caa0eec42a8328b1.zip | |
carousel.md: fix `$carousel-transition-duration` reference (#32316)
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/components/carousel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/carousel.md b/site/content/docs/5.0/components/carousel.md index 85ee9eb44..e3799fc9c 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`). |
