How can I insert an animation code here so that the images will rotate in a carousel?
var swiper = new Swiper(".mySwiper", {
slidesPerView: 5,
spaceBetween: 10,
breakpoints: {
0: { slidesPerView: 1.2 },
640: { slidesPerView: 2.2 },
1024: { slidesPerView: 5 }
},
pagination: {
el: ".swiper-pagination",
clickable: true,
}
});
htmlas it is marked. The snippet just shows its source code. For a working snippet, use HTML + JavaScript (+CSS).,autoplay: { delay: 2000, pauseOnMouseEnter: true }, loop: true,