Leave a comment

0.0/5

/* Stop Swiper animation and transitions */ .swiper-container { animation: none !important; transition: none !important; } .swiper-wrapper { transform: none !important; } .swiper-slide { animation: none !important; transition: none !important; }