Increase bubble hide delay in animeCat.js
This commit is contained in:
@@ -193,7 +193,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;
|
||||||
}, 3000);
|
}, 8000);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Clean up timers & DOM */
|
/** Clean up timers & DOM */
|
||||||
|
|||||||
Reference in New Issue
Block a user