Increasing notification timeout

This commit is contained in:
Jonathan Kingston 2017-06-29 10:00:54 -07:00
parent 63025ab3d6
commit da39d18ce0

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();