Testing347 commited on
Commit
787149f
·
verified ·
1 Parent(s): f1c34e8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1113,7 +1113,7 @@ function drawNeuralActivity(time) {
1113
  // Expanded, vibrant energy glow (25% larger)
1114
  neuralCtx.save();
1115
  const energyPulse = 0.23 + 0.14 * beat; // still not too strong, but lively
1116
- const glowRadius = Math.min(w, h) * (0.85 + 0.28 * beat); // 25% larger!
1117
  const x = w / 2, y = h / 2;
1118
 
1119
  const grad = neuralCtx.createRadialGradient(
 
1113
  // Expanded, vibrant energy glow (25% larger)
1114
  neuralCtx.save();
1115
  const energyPulse = 0.23 + 0.14 * beat; // still not too strong, but lively
1116
+ const glowRadius = Math.min(w, h) * (1.00 + 0.48 * beat); // 25% larger!
1117
  const x = w / 2, y = h / 2;
1118
 
1119
  const grad = neuralCtx.createRadialGradient(