Increase delay before adding class
This commit is contained in:
parent
f0ca2edb25
commit
de965dace8
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ async function setupPage() {
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
document.body.classList.add("animate-element-transition");
|
document.body.classList.add("animate-element-transition");
|
||||||
}, 150);
|
}, 200);
|
||||||
|
|
||||||
setTimeout(setupLazyImages, 5);
|
setTimeout(setupLazyImages, 5);
|
||||||
setupCarousels();
|
setupCarousels();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue