Vote count:
0
I am using the Bootstrap Carousel. Does anyone have any experience with changing this so slides fade in an out rather than move from right to left?
I see there is this CSS but can I change this to make the fade or is something more needed?
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 3s ease-in-out left;
transition: 3s ease-in-out left;
}
asked 1 min ago
How can I make the slides on a Bootstrap Carousel fade in rather than move in from right to left?
Aucun commentaire:
Enregistrer un commentaire