Skip to content

Commit

Permalink
Merge pull request #34 from tmea-tlip/feature/carousel-speed
Browse files Browse the repository at this point in the history
Slow down carousel on home page
  • Loading branch information
obany authored May 3, 2024
2 parents 59e0064 + a6cbb2a commit da02d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/homepage/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
pagination="true"
paginationClickable="true"
loop="true"
autoplay-delay="3500"
autoplay-delay="10000"
autoplay-disable-on-interaction="false"
>
<swiper-slide>
Expand Down

0 comments on commit da02d1d

Please sign in to comment.