Increasing notification timeout

This commit is contained in:
Jonathan Kingston 2017-06-29 10:00:54 -07:00
parent a03bf14262
commit 5b14081867

View file

@ -31,7 +31,7 @@ async function addMessage(message) {
await delayAnimation(100);
await doAnimation(divElement, "transform", "translateY(0)");
await delayAnimation(2000);
await delayAnimation(3000);
await doAnimation(divElement, "transform", "translateY(-100%)");
divElement.remove();