Carousel transitions not working

My carousels aren’t working. It doesn’t matter if I choose slide or fade, it never works - it just jumps straight to the next slide with no animation.

What’s going wrong? Is it me, or the software?

This isn’t normal behaviour for a carousel. Have you tried shutting down blocs and starting afresh. It could be just a hiccup. The only other thing that may cause problems is a conflict with some third party code added to the page. If you haven’t added any custom code, this shouldn’t be the cause of the problem.

None of the template websites that have a carousel gallery hosted elsewhere online work, in chrome or safari.

There is no third party code.

Adding this code:

.carousel-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 2s ease-in-out;
transition: transform 2s ease-in-out;
transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out
}

did make it work