DenisSlider2000/script.js

8 lines
147 B
JavaScript
Raw Normal View History

2022-04-07 16:03:53 +02:00
const swiper = new Swiper('.swiper', {
direction: "horizontal",
loop: true,
autoplay: true,
speed: 400,
spaceBetween: 100,
});