How to realize the fade-in and fade-out effect of carousel carousel by element-ui2

carousel switches images from right to left by default. If you want to achieve an effect similar to bootstrap4 carousel carousel-fade fade in and out, how to achieve it?

Aug.02,2021

. El-carousel__item.is-animating {

transition: opacity .2s ease-in-out !important;

}


find the corresponding element class, and add the corresponding style.

Menu