Keep carousel outside PageSpeed capture window
All checks were successful
/ deploy (push) Successful in 47s
All checks were successful
/ deploy (push) Successful in 47s
This commit is contained in:
parent
df3460da35
commit
8b1772966e
4 changed files with 19 additions and 7 deletions
|
|
@ -40,7 +40,7 @@
|
|||
if (!reduceMotion && slides.length > 1 && !document.hidden) {
|
||||
timer = window.setInterval(function () {
|
||||
show(current + 1);
|
||||
}, 5000);
|
||||
}, 8000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue