1
0

Adjust blur and opacity values for glow effect

This commit is contained in:
2025-05-26 07:56:29 +02:00
parent 2eb9609519
commit 994ea02dbe

View File

@@ -70,8 +70,8 @@ window.AnimeCat = class AnimeCat {
height: '40px',
pointerEvents: 'none',
zIndex: 1,
filter: 'blur(10px)', // ruhig auch 14px für weichen Rand!
opacity: '0.8', // Wieviel du willst!
filter: 'blur(6px)', // ruhig auch 14px für weichen Rand!
opacity: '0.9', // Wieviel du willst!
transition: 'background 0.4s, opacity 0.3s'
});
this.catContainer.appendChild(this.glow);