From 9ba5febbef9d11929e9f330898fabe685547bc44 Mon Sep 17 00:00:00 2001 From: Anton Mushnin Date: Thu, 1 Feb 2024 14:51:53 +0300 Subject: [PATCH] changing animation delay --- web/src/components/playing/Outcome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/playing/Outcome.tsx b/web/src/components/playing/Outcome.tsx index b51f157c..fa877c2a 100644 --- a/web/src/components/playing/Outcome.tsx +++ b/web/src/components/playing/Outcome.tsx @@ -112,7 +112,7 @@ const Outcome = ({ }; useEffect(() => { - const start = 3000; + const start = 0; const timers: NodeJS.Timeout[] = [];