From ef7053d24398057c542e89b344b832f00d305ee2 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Sun, 4 Jan 2026 14:11:45 +0100 Subject: [PATCH] Longer animations for tracetroutes --- src/public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index a149e00..6a71a50 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -4488,7 +4488,7 @@ delete tracerouteLines[routeKey]; } activeTracerouteKeys.delete(routeKey); - }, 2000); + }, 2500); return; } @@ -4512,9 +4512,9 @@ line.setStyle({ opacity: 1.0 }); tracerouteLines[routeKey].lines.push(line); - // Animate next hop after 600ms delay + // Animate next hop after 700ms delay hopIndex++; - setTimeout(animateNextHop, 600); + setTimeout(animateNextHop, 700); }; // Start animation