fixed/improved loading screen
This commit is contained in:
+2
-2
@@ -143,10 +143,10 @@ function animateSynthWave() {
|
||||
}
|
||||
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
function startSynthAnimation() {
|
||||
for (i = 0; i < 350; i++) {
|
||||
animateSynthWave()
|
||||
}
|
||||
|
||||
setInterval( animateSynthWave, 1000 / 24)
|
||||
}, false)
|
||||
}
|
||||
Reference in New Issue
Block a user