Chenged carousel timer to 2sec
This commit is contained in:
@@ -8,4 +8,4 @@ function moveCarousel() {
|
||||
carouselList.appendChild(firstItem);
|
||||
}
|
||||
|
||||
setInterval(moveCarousel, 3000);
|
||||
setInterval(moveCarousel, 2000);
|
||||
Reference in New Issue
Block a user