How to change the Bootstrap 4 Carousel to a Fade Transition instead of Sliding
21st September 2020 - CSS
Have you ever wanted to change the default slide transition in the Bootstrap 4 Carousel to a fade transition instead of a slide one? Well, you’re in the right place! To do that, the only change we need to make to the HTML code is adding the class carousel-fade to the main carousel div. In […]