Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

carousel.md: fix $carousel-transition-duration reference #32316

Merged
merged 2 commits into from
Dec 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update carousel.md
Fix the correct reference to the associated variable name for the Carousel transition duration
  • Loading branch information
raduchiriac committed Dec 2, 2020
commit a6961275b00eb8c4d6c292d05aea50f4c39e435a
2 changes: 1 addition & 1 deletion site/content/docs/5.0/components/carousel.md
Original file line number Diff line number Diff line change
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`).