pull/1/head
Jan Umbach 2024-05-30 13:03:31 +02:00
parent e7d1868cfe
commit 15ba6f33f9
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
//animejs fade in
//dom ready
console.log("document.readyState",document.readyState)
if (document.readyState !== 'loading') {
animate();
} else {