Skip to content

Commit 8bc13e0

Browse files
doc: time per news slide
1 parent 7f50076 commit 8bc13e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/news.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function startAutoPlay() {
4747
if (newsInterval) clearInterval(newsInterval); // Prevent duplicates
4848
newsInterval = setInterval(() => {
4949
changeNewsPage(1, true); // true indicates auto-change
50-
}, 1000); // 1 seconds per slide
50+
}, 2000); // 1 seconds per slide
5151
}
5252

5353
// Stop automatic cycling

0 commit comments

Comments
 (0)