Hi tester2693,
I have checked with the slide and fade effects class of the Bootstrap Carousel and see that it worked.
/*slide effect*/
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
....
....
</div>
/*Fade effect*/
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
....
....
</div>