From 358538299eda8b225f7a7161a00dda7cb5bea008 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sat, 6 Jun 2026 00:35:40 -0400 Subject: [PATCH] chore: extend Mochi celebration to 3.5s --- frontend/src/components/Live2DStage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Live2DStage.tsx b/frontend/src/components/Live2DStage.tsx index d5c1ba6..0cfc3d0 100644 --- a/frontend/src/components/Live2DStage.tsx +++ b/frontend/src/components/Live2DStage.tsx @@ -264,7 +264,7 @@ export default function Live2DStage({ onKiraReady, onReady, outfit, celebrateTri } let start = 0; - const DURATION = 1800; // ms + const DURATION = 3500; // ms let animId: number; const animate = (ts: number) => {