Smooth fade transition in bootstrap modal carousel
Hi,
I created bootstrap modal carousel which contains images of various width and height.
The problem is that the transition of the images is not smooth.
This is the sample page where i also added, in css:
#myAutoGallery .carousel-item {
transition: transform 1s ease, opacity .75s ease-out;
}
I also placed the carousel in the middle of the page as well as some color modifications
This only make the fade last longer but transition is still very jumpy for different size images.
How can make the transition smooth?
Sample page:
Thank you!
