This commit is contained in:
Lazy Hippopotamus
2023-06-09 12:29:11 -04:00
parent ee398fe778
commit e4bb77897b
2 changed files with 9 additions and 14 deletions

View File

@@ -47,4 +47,5 @@ window.addEventListener("scrollend", scrollchecks);
window.addEventListener("wheel", scrollchecks);
window.addEventListener("resize", scrollchecks);
window.addEventListener("load", scrollchecks);
window.addEventListener("touchmove", scrollchecks);
setInterval(scrollchecks, 250); // Computers are fast and scrolling in JavaScript is dumb. Shoot me.