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
|
// Disparition de la notification
|
||||||
notificationTimer = setTimeout(function() {
|
notificationTimer = setTimeout(function() {
|
||||||
$("#notification").fadeOut();
|
$("#notification").fadeOut();
|
||||||
}, 2000);
|
}, 3000);
|
||||||
// Barre de progression
|
// Barre de progression
|
||||||
$("#notificationProgress").animate({
|
$("#notificationProgress").animate({
|
||||||
"width": "0%"
|
"width": "0%"
|
||||||
}, 2000, "linear");
|
}, 3000, "linear");
|
||||||
})
|
})
|
||||||
.trigger("mouseleave");
|
.trigger("mouseleave");
|
||||||
$("#notificationClose").on("click", function() {
|
$("#notificationClose").on("click", function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user