Skip to content

Commit

Permalink
changing animation delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Mushnin committed Feb 1, 2024
1 parent 48bbff9 commit 9ba5feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/playing/Outcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Outcome = ({
};

useEffect(() => {
const start = 3000;
const start = 0;

const timers: NodeJS.Timeout[] = [];

Expand Down

0 comments on commit 9ba5feb

Please sign in to comment.