1
0

Shorten speech duration in animeCat.js

This commit is contained in:
2025-05-26 03:21:02 +02:00
parent 2cf7ac9359
commit 95c9df6261

View File

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