CSS Update 2

This commit is contained in:
Rokojori 2026-07-16 21:19:59 +02:00
parent db7a92e457
commit 73e282af00
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class RojoChatPanel extends HTMLElement
_startThinking( bubble: HTMLElement ): void _startThinking( bubble: HTMLElement ): void
{ {
const frames = [ '.', '..', '...', 'thinking', '.', '..', '...', 'imagining' ]; const frames = [ '.', '..', '...', '....', '---', '--', "/","|",":","·" ];
let i = 0; let i = 0;
bubble.textContent = frames[ 0 ]; bubble.textContent = frames[ 0 ];
this._thinkingInterval = setInterval( () => this._thinkingInterval = setInterval( () =>