From efbcd567ee43de312bf8107ae390ea768f5ff291 Mon Sep 17 00:00:00 2001 From: Till Tomczak Date: Tue, 29 Apr 2025 20:04:32 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=C3=84nderungen=20commited?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/neural-network-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/neural-network-background.js b/static/neural-network-background.js index cefc0c2..e2e5e07 100644 --- a/static/neural-network-background.js +++ b/static/neural-network-background.js @@ -88,7 +88,7 @@ class NeuralNetworkBackground { linesOpacity: 0.75, // Höhere Opazität für das permanente Netzwerk maxFlowCount: 8, // Weniger gleichzeitige Flows für bessere Übersicht glowIntensity: 3.5, // Verstärkter Glow-Effekt - sparkCount: 20, // Mehr Funken + sparkCount: 3, // Mehr Funken sparkSize: 10.5, // Größere Funken blurRadius: 20, // Blur-Radius für Glow-Effekte minActiveFlows: 10, // Minimale Anzahl aktiver Flows