diff --git a/index.html b/index.html
index ac03db0..1d7612e 100644
--- a/index.html
+++ b/index.html
@@ -391,8 +391,8 @@
}
// random home img
randomHomeImg();
- //AOS.init({disable: 'mobile'});
- AOS.init({disable: true});
+ AOS.init({disable: 'mobile'});
+ //AOS.init({disable: true});
// hide loadingscreen
document.getElementById('loadingScreen').style.display = "none";
});