Skip to content

Commit

Permalink
carousel.md: fix $carousel-transition-duration reference (#32316)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
raduchiriac and XhmikosR committed Dec 8, 2020
1 parent d15a024 commit 07b60d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/components/carousel.md
Expand Up @@ -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`).

0 comments on commit 07b60d2

Please sign in to comment.