Can .carousel-fade be added?
If so, what element is it applied to?
Can the transition opacity be adjusted?
If so, is that another custom class?
Can .carousel-fade be added?
If so, what element is it applied to?
Can the transition opacity be adjusted?
If so, is that another custom class?
If you read the bootstrap docs you will see .carousel-fade is applied to main carousel div.
If you look at the bootstrap style sheet on preview and search for .carousel-fade you will see what’s being applied. You can then override that with your own timing. From memory the opacity transition is at 0.6.