diff --git a/js/main.js b/js/main.js index bd039b2..8872233 100644 --- a/js/main.js +++ b/js/main.js @@ -51,7 +51,7 @@ function createParticle() { } // Create particles frequently -setInterval(createParticle, 50); +setInterval(createParticle, 75); function throttle(fn, wait) { let lastTime = 0;