quic and dirty fix

This commit is contained in:
2025-05-05 11:26:59 +02:00
parent bfa0ba8edf
commit 9315abc488
4 changed files with 55 additions and 23 deletions

View File

@@ -99,6 +99,8 @@ class MainScreen implements PresentationScreen {
}
public async end(): Promise<void> {
this.dom_root.style.opacity = "0";
await sleep(500);
}
private async show_question(text: string): Promise<void> {
@@ -231,6 +233,7 @@ class IdleScreen implements PresentationScreen {
}
public async start(): Promise<void> {
await sleep(10);
this.dom_title.style.transform = "translateY(0)";
this.dom_title.style.opacity = "1";
await sleep(250);