From c7cfada2eb0e49b9710cab92502ed70ac74b6aab Mon Sep 17 00:00:00 2001 From: Francesco Mecca Date: Wed, 5 Jul 2023 16:57:23 +0200 Subject: [PATCH] meno timeout confetti --- bocciofila/confetti.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bocciofila/confetti.js b/bocciofila/confetti.js index 28d9b2e..8d6f56a 100644 --- a/bocciofila/confetti.js +++ b/bocciofila/confetti.js @@ -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() {