CSS Update 2
This commit is contained in:
parent
db7a92e457
commit
73e282af00
|
|
@ -172,7 +172,7 @@ class RojoChatPanel extends HTMLElement
|
|||
|
||||
_startThinking( bubble: HTMLElement ): void
|
||||
{
|
||||
const frames = [ '.', '..', '...', 'thinking', '.', '..', '...', 'imagining' ];
|
||||
const frames = [ '.', '..', '...', '....', '---', '--', "/","|",":","·" ];
|
||||
let i = 0;
|
||||
bubble.textContent = frames[ 0 ];
|
||||
this._thinkingInterval = setInterval( () =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue