Update020920251054

This commit is contained in:
Markus 2025-09-02 10:55:01 +02:00
parent 464fe0bf1c
commit 8119796efa
2 changed files with 4 additions and 7 deletions

View file

@ -511,7 +511,7 @@
const prevBtn = carousel.querySelector('.sf-arrow.prev');
const nextBtn = carousel.querySelector('.sf-arrow.next');
const AUTOPLAY_DELAY = 5000; // 5Sekunden
const AUTOPLAY_DELAY = 10000; //5Sekunden
const SWIPE_THRESHOLD = 50;
let currentIndex = 0;