meno timeout confetti

This commit is contained in:
Francesco Mecca 2023-07-05 16:57:23 +02:00
parent d922f01df1
commit c7cfada2eb

View File

@ -157,7 +157,7 @@ function renderAnimation() {
setTimeout(function() {
// Remove the canvas from the document body
document.body.removeChild(canvas);
}, 15000); // Animation duration in milliseconds
}, 8000); // Animation duration in milliseconds
}
function disableScroll() {