Testing347 commited on
Commit
16c1db1
·
verified ·
1 Parent(s): 4153044

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) * (5.00 + 2.00 * 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) * (50.00 + 20.00 * beat); // 25% larger!
1117
  const x = w / 2, y = h / 2;
1118
 
1119
  const grad = neuralCtx.createRadialGradient(