1
0

Increase bubble hide delay in animeCat.js

This commit is contained in:
2025-05-26 03:17:12 +02:00
parent c46b5c211c
commit 8d25cb3a89

View File

@@ -193,7 +193,7 @@ window.AnimeCat = class AnimeCat {
this.bubble.style.opacity = '0';
this.bubblePointer.style.display = 'none';
this._isSpeaking = false;
}, 3000);
}, 8000);
}
/** Clean up timers & DOM */