Shorten speech duration in animeCat.js
This commit is contained in:
@@ -194,7 +194,7 @@ window.AnimeCat = class AnimeCat {
|
||||
this.bubble.style.opacity = '0';
|
||||
this.bubblePointer.style.display = 'none';
|
||||
this._isSpeaking = false;
|
||||
}, 8000);
|
||||
}, 6000);
|
||||
}
|
||||
|
||||
/** Clean up timers & DOM */
|
||||
|
||||
Reference in New Issue
Block a user