Answer the question
In order to leave comments, you need to log in
How to make fade effect for bootstrap carousel?
I updated the bootstrap to 3.3 and now the fade effect code does not work
What bootstrap used to be I can’t say ....
Who knows how to do it or correct this one ..?
.carousel-fade .item {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .active {
opacity: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel-fade .next.left,
.carousel-fade .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 2;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question