Spicing Up the Bootstrap Carousel with CSS3 Animations

Hi Bernard, good day to you too. Try with this bit of CSS:

.carousel-inner > .item {
    transition-duration: 1s;
}

Replace 1s with your chosen duration.
Best!