Skip to content

Commit 198b59f

Browse files
author
TechStack Global
committed
fix: replace swiper loop with rewind for smooth end-of-deck transition without breaking
1 parent c3130bd commit 198b59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h3>Alienware AW3423DWF</h3>
331331
const heroSwiper = new Swiper('.swiper-card-effect', {
332332
effect: 'cards',
333333
grabCursor: true,
334-
loop: true,
334+
rewind: true,
335335
autoplay: {
336336
delay: 4500,
337337
disableOnInteraction: true,

0 commit comments

Comments
 (0)