Update SiteNamingScreen.tsx

This commit is contained in:
Tom Boullay
2026-06-03 02:11:15 +02:00
parent 171af683f5
commit 8b0dd31014
+2 -1
View File
@@ -14,7 +14,8 @@ import {
stopCurrentDialogue, stopCurrentDialogue,
} from "@/utils/dialogues/playDialogue"; } from "@/utils/dialogues/playDialogue";
const TYPEWRITER_CHAR_DELAY_MS = 70; const TYPEWRITER_CHAR_DELAY_MS = 150;
const TYPEWRITER_START_DELAY_MS = 12000;
// Fallback in case nothing else triggers the typewriter (audio failed to // Fallback in case nothing else triggers the typewriter (audio failed to
// load, no subtitles, "ended" never fires). Long enough not to fire // load, no subtitles, "ended" never fires). Long enough not to fire
// before the narration on a slow load. // before the narration on a slow load.