From 19d1dba581438551a22c20ee59bd8e18445d4df2 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 23 Aug 2023 17:15:32 +0200 Subject: [PATCH] wip #6194 @0:05 modif delai stopInstantReviewAnimation() --- js/quiz.animations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quiz.animations.js b/js/quiz.animations.js index 1b10168..6d92b17 100644 --- a/js/quiz.animations.js +++ b/js/quiz.animations.js @@ -46,7 +46,7 @@ QuizAnimations.prototype = { selector.addClass("active") this.instantReviewAnimationTimeout = setTimeout(function (e) { $this.stopInstantReviewAnimation() - }, 10000) + }, 4000) }, stopInstantReviewAnimation: function () { -- 2.39.5