From d1b6ab2a4d36d2842d0f568205d006f307ab733d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Oct 2021 11:39:49 -0700 Subject: [PATCH 1/3] Add note to carousel crossfade docs about bg color Fixes #35181 --- site/content/docs/5.1/components/carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.1/components/carousel.md b/site/content/docs/5.1/components/carousel.md index 5a060f26fd08..4df8b2c3d7fe 100644 --- a/site/content/docs/5.1/components/carousel.md +++ b/site/content/docs/5.1/components/carousel.md @@ -152,7 +152,7 @@ Add captions to your slides easily with the `.carousel-caption` element within a ### Crossfade -Add `.carousel-fade` to your carousel to animate slides with a fade transition instead of a slide. +Add `.carousel-fade` to your carousel to animate slides with a fade transition instead of a slide. Depending on your carousel content (e.g., text only slides), you may way to add `.bg-body` or some custom CSS to the `.carousel-item`s for proper crossfading. {{< example >}}