Parcourir la source

Updated ui.js

Bellisario il y a 4 ans
Parent
commit
545a5e00cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      client/scripts/ui.js

+ 1 - 1
client/scripts/ui.js

@@ -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) {