1
0

Update glow dimensions and opacity in animeCat.js

This commit is contained in:
2025-05-26 08:01:34 +02:00
parent edb33c9fd9
commit 5164485b5f

View File

@@ -67,11 +67,11 @@ window.AnimeCat = class AnimeCat {
transform: 'translate(-50%, -50%)', transform: 'translate(-50%, -50%)',
borderRadius: '50%', borderRadius: '50%',
width: '70px', // ODER: Teste 54, 70, 80 wie es dir am besten gefällt! width: '70px', // ODER: Teste 54, 70, 80 wie es dir am besten gefällt!
height: '50px', height: '52px',
pointerEvents: 'none', pointerEvents: 'none',
zIndex: 1, zIndex: 1,
filter: 'blur(5px)', // ruhig auch 14px für weichen Rand! filter: 'blur(4px)', // ruhig auch 14px für weichen Rand!
opacity: '0.9', // Wieviel du willst! opacity: '0.95', // Wieviel du willst!
transition: 'background 0.4s, opacity 0.3s' transition: 'background 0.4s, opacity 0.3s'
}); });
this.catContainer.appendChild(this.glow); this.catContainer.appendChild(this.glow);