1
0

auto-git:

[change] animeCat.js
This commit is contained in:
2025-05-26 07:32:43 +02:00
parent 292641011e
commit 13bd5ab566

View File

@@ -65,11 +65,10 @@ window.AnimeCat = class AnimeCat {
top: '70%',
transform: 'translate(-50%, -50%)',
borderRadius: '50%',
width: '120px',
width: '80px',
height: '80px',
pointerEvents: 'none',
zIndex: 1,
transition: 'background 0.4s, width 0.2s, height 0.2s, opacity 0.3s'
zIndex: 1
});
this.catContainer.appendChild(this.glow);