When testing the carousel demo on Bootstrap, I noticed that the slides move smoothly together. As I navigate to the next or previous slide, the current one transitions out while the new one transitions in.
However, my copied version of the code resulted in choppy transitions. Instead of the first picture smoothly transitioning away, it abruptly disappears and the next slide fades in, leaving a blank white space on the page each time the carousel transitions.
Why is this happening and how can I resolve it?