Update index.html

This commit is contained in:
Michi 2022-08-01 21:02:10 +02:00 committed by GitHub
parent 68786e805a
commit d07081ad9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -391,8 +391,8 @@
} }
// random home img // random home img
randomHomeImg(); randomHomeImg();
//AOS.init({disable: 'mobile'}); AOS.init({disable: 'mobile'});
AOS.init({disable: true}); //AOS.init({disable: true});
// hide loadingscreen // hide loadingscreen
document.getElementById('loadingScreen').style.display = "none"; document.getElementById('loadingScreen').style.display = "none";
}); });