mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-25 18:05:00 +01:00
Increase delay before adding class
This commit is contained in:
parent
f0ca2edb25
commit
de965dace8
@ -178,7 +178,7 @@ async function setupPage() {
|
||||
|
||||
setTimeout(() => {
|
||||
document.body.classList.add("animate-element-transition");
|
||||
}, 150);
|
||||
}, 200);
|
||||
|
||||
setTimeout(setupLazyImages, 5);
|
||||
setupCarousels();
|
||||
|
Loading…
Reference in New Issue
Block a user