1
0
mirror of https://github.com/S2-/pwgen.git synced 2025-08-02 08:50:04 +02:00

wait for transition to be completed

This commit is contained in:
s2
2017-11-22 16:10:15 +01:00
parent a53d60474d
commit 5c37f822db

View File

@@ -57,7 +57,7 @@ function fade(element) {
setTimeout(() => {
clone.remove();
}, 1100);
}, 1600);
}
document.addEventListener('DOMContentLoaded', function() {