From ad58674c4d2cd5b3856f1d3fd70eaef0eccda707 Mon Sep 17 00:00:00 2001 From: f0x Date: Sun, 11 Nov 2018 11:45:41 +0100 Subject: [PATCH] hover brightness --- animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation.js b/animation.js index ab8fc57..9d6e587 100644 --- a/animation.js +++ b/animation.js @@ -91,7 +91,7 @@ function addTriangles(parent, color) { if (distM > 180) { ctx.globalAlpha = .4; } else { - ctx.globalAlpha = .7; + ctx.globalAlpha = .8; } ctx.moveTo((0.5 + ball.x) | 0, (0.5 + ball.y) | 0); ctx.lineTo((0.5 + ball2.x) | 0, (0.5 + ball2.y) | 0); -- GitLab