Skip to content

Commit

Permalink
make swiper smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy committed Sep 10, 2024
1 parent 7ee1ff2 commit cfa35d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,9 +755,9 @@ <h6 class="font-medium text-sm mt-2">

var swiper2 = new Swiper(".fn_cs_roadmap .swiper-container", {
loop: !1,
speed: 1500,
speed: 500,
autoplay: {
delay: 5e3,
delay: 3000,
disableOnInteraction: !1
},
slidesPerView: 4,
Expand Down

0 comments on commit cfa35d2

Please sign in to comment.