From 13bd5ab566ef57ed87527a59a7eb0977bd23b08c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:32:43 +0200 Subject: [PATCH] auto-git: [change] animeCat.js --- animeCat.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/animeCat.js b/animeCat.js index a159716..8b0445b 100644 --- a/animeCat.js +++ b/animeCat.js @@ -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);