Skip to content

Commit 8718612

Browse files
speeding news carousel
1 parent 7f94990 commit 8718612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/news.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ listing:
147147
listing.parentNode.insertBefore(carouselContainer, listing.nextSibling);
148148
149149
const slides = Array.from(carouselTrack.children);
150-
const displayDuration = 3500;
150+
const displayDuration = 2500;
151151
let isDragging = false,
152152
startPos = 0,
153153
currentTranslate = 0,

0 commit comments

Comments
 (0)