We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dfb9f commit 926b0d8Copy full SHA for 926b0d8
2 files changed
_site/js/news.js
@@ -47,7 +47,7 @@ function startAutoPlay() {
47
if (newsInterval) clearInterval(newsInterval); // Prevent duplicates
48
newsInterval = setInterval(() => {
49
changeNewsPage(1, true); // true indicates auto-change
50
- }, 4000); // 4 seconds per slide
+ }, 1000); // 1 seconds per slide
51
}
52
53
// Stop automatic cycling
js/news.js
0 commit comments