fix: attempt to reduce flicker

This commit is contained in:
not-nullptr 2024-11-12 08:48:12 +00:00
parent f41b704d05
commit 7552934f93
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
onMount(() => {
finisheds.forEach((_, i) => {
const duration = 750 + i * 50 - 8;
const duration = 750 + i * 50 - 32;
setTimeout(() => {
finisheds[i] = true;
console.log(`finished ${i}`);