2 months ago
The speed cannot be controlled by the API. Though you can modify CSS that is in charge of that. find in the bootstrap.css file:
Loading...
and change 0.6s to the time you want. You also might want to edit time in the function call below:
Loading...
at bootstrap.js in function Carousel.prototype.slide. That synchronize transition and prevent slide to disapear before transition ends.