Increasing notification timeout
This commit is contained in:
parent
63025ab3d6
commit
da39d18ce0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ async function addMessage(message) {
|
||||||
|
|
||||||
await delayAnimation(100);
|
await delayAnimation(100);
|
||||||
await doAnimation(divElement, "transform", "translateY(0)");
|
await doAnimation(divElement, "transform", "translateY(0)");
|
||||||
await delayAnimation(2000);
|
await delayAnimation(3000);
|
||||||
await doAnimation(divElement, "transform", "translateY(-100%)");
|
await doAnimation(divElement, "transform", "translateY(-100%)");
|
||||||
|
|
||||||
divElement.remove();
|
divElement.remove();
|
||||||
|
|
Loading…
Add table
Reference in a new issue