File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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- } , 4000 ) ; // 4 seconds per slide
50+ } , 1000 ) ; // 1 seconds per slide
5151}
5252
5353// Stop automatic cycling
Original file line number Diff line number Diff 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- } , 4000 ) ; // 4 seconds per slide
50+ } , 1000 ) ; // 1 seconds per slide
5151}
5252
5353// Stop automatic cycling
You can’t perform that action at this time.
0 commit comments