mirror of
https://github.com/S2-/pwgen.git
synced 2025-08-02 17:00:03 +02:00
wait for transition to be completed
This commit is contained in:
@@ -57,7 +57,7 @@ function fade(element) {
|
|||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
clone.remove();
|
clone.remove();
|
||||||
}, 1100);
|
}, 1600);
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
Reference in New Issue
Block a user