From: soufiane Date: Wed, 23 Aug 2023 15:15:32 +0000 (+0200) Subject: wip #6194 @0:05 modif delai stopInstantReviewAnimation() X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=19d1dba581438551a22c20ee59bd8e18445d4df2;p=fluidbook-toolbox-quiz.git wip #6194 @0:05 modif delai stopInstantReviewAnimation() --- 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 () {