From 27aaed320a424b05f4623d5280a409abcd3842d7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 28 Dec 2018 16:53:18 +0100 Subject: [PATCH] =?UTF-8?q?Notification=20port=C3=A9e=20=C3=A0=202000ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.js.php b/core/core.js.php index aea2abbb..f0c0e01a 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -192,11 +192,11 @@ core.start = function() { // Disparition de la notification notificationTimer = setTimeout(function() { $("#notification").fadeOut(); - }, 1500); + }, 2000); // Barre de progression $("#notificationProgress").animate({ "width": "0%" - }, 1500, "linear"); + }, 2000, "linear"); }) .trigger("mouseleave"); $("#notificationClose").on("click", function() {