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:
@@ -57,7 +57,7 @@ function fade(element) {
|
||||
|
||||
setTimeout(() => {
|
||||
clone.remove();
|
||||
}, 1100);
|
||||
}, 1600);
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
|
Reference in New Issue
Block a user