Run animation until peer joins (Fix #213)

This commit is contained in:
RobinLinus 2021-01-16 21:58:59 +01:00
parent 727caa9328
commit 0115c6a4de
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +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
}
_onPeers(peers) {
@ -613,7 +614,6 @@ Events.on('load', () => {
};
init();
animate();
setTimeout(e => window.animateBackground(false), 3000);
});
Notifications.PERMISSION_ERROR = `