Explorar o código

Updated ui.js

Bellisario %!s(int64=4) %!d(string=hai) anos
pai
achega
545a5e00cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {