forked from ZwiiCMS-Team/ZwiiCMS
Timer 2000 à 3000
This commit is contained in:
parent
2f36a0b69b
commit
a300220913
@ -194,11 +194,11 @@ core.start = function() {
|
||||
// Disparition de la notification
|
||||
notificationTimer = setTimeout(function() {
|
||||
$("#notification").fadeOut();
|
||||
}, 2000);
|
||||
}, 3000);
|
||||
// Barre de progression
|
||||
$("#notificationProgress").animate({
|
||||
"width": "0%"
|
||||
}, 2000, "linear");
|
||||
}, 3000, "linear");
|
||||
})
|
||||
.trigger("mouseleave");
|
||||
$("#notificationClose").on("click", function() {
|
||||
|
Loading…
Reference in New Issue
Block a user