Updated ui.js

This commit is contained in:
Bellisario 2021-01-19 13:12:48 +01:00 committed by GitHub
parent 0115c6a4de
commit 545a5e00cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ class PeersUI {
if ($(peer.id)) return; // peer already exists
const peerUI = new PeerUI(peer);
$$('x-peers').appendChild(peerUI.$el);
setTimeout(e => window.animateBackground(false), 1000); // Stop animation
setTimeout(e => window.animateBackground(false), 1750); // Stop animation
}
_onPeers(peers) {