fixed/improved loading screen

This commit is contained in:
8BitBiscotti
2024-12-12 10:43:46 +01:00
parent 7eede71229
commit 17187ad792
7 changed files with 61 additions and 34 deletions
+2 -2
View File
@@ -143,10 +143,10 @@ function animateSynthWave() {
}
document.addEventListener("DOMContentLoaded", function() {
function startSynthAnimation() {
for (i = 0; i < 350; i++) {
animateSynthWave()
}
setInterval( animateSynthWave, 1000 / 24)
}, false)
}