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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37e2d-2c0e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37e2d-2c0e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?