From e9d57b2082cf0b4762be50fe26b33065a1160c84 Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Wed, 10 Jun 2026 17:36:59 +0200 Subject: [PATCH] web: node fade-in spans the whole round, playback never sits still Per Justin: instead of a 250 ms pop followed by a still frame, each newly reached node now fades and scales in across the full round interval (scaled with playback speed, staggered per node), so the animation reads as continuous motion like the prototype gif. Reduced motion still collapses to discrete swaps. --- web/src/components/NetworkView.vue | 31 +++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/web/src/components/NetworkView.vue b/web/src/components/NetworkView.vue index 15e5790..7f08ee6 100644 --- a/web/src/components/NetworkView.vue +++ b/web/src/components/NetworkView.vue @@ -1,6 +1,7 @@