Skip to content

Commit

Permalink
fix: member swiper speed
Browse files Browse the repository at this point in the history
  • Loading branch information
DangTinh422003 committed Nov 11, 2024
1 parent 3ca2ea7 commit 74b30b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const swiperConfig: SwiperProps = {
loop: true,
navigation: false,
autoplay: {
delay: 0,
delay: 1200,
disableOnInteraction: false,
pauseOnMouseEnter: true,
},
Expand Down

0 comments on commit 74b30b5

Please sign in to comment.