From 5164485b5f263a87d4b0fd8b21b660b2f93a2c7d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 08:01:34 +0200 Subject: [PATCH] Update glow dimensions and opacity in animeCat.js --- animeCat.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/animeCat.js b/animeCat.js index 9f8f52e..ca5e6c1 100644 --- a/animeCat.js +++ b/animeCat.js @@ -67,11 +67,11 @@ window.AnimeCat = class AnimeCat { transform: 'translate(-50%, -50%)', borderRadius: '50%', width: '70px', // ODER: Teste 54, 70, 80 – wie es dir am besten gefällt! - height: '50px', + height: '52px', pointerEvents: 'none', zIndex: 1, - filter: 'blur(5px)', // ruhig auch 14px für weichen Rand! - opacity: '0.9', // Wieviel du willst! + filter: 'blur(4px)', // ruhig auch 14px für weichen Rand! + opacity: '0.95', // Wieviel du willst! transition: 'background 0.4s, opacity 0.3s' }); this.catContainer.appendChild(this.glow);