fix: shorten CRISPY animation to 4s, visible for 5s

This commit is contained in:
2025-12-30 22:02:29 +01:00
parent 499695a9c3
commit d7ba44ce40
2 changed files with 2 additions and 2 deletions

View File

@@ -603,7 +603,7 @@ function runCode() {
elements.previewWrapper?.classList.add("matched");
setTimeout(() => {
elements.previewWrapper?.classList.remove("matched");
}, 10000);
}, 5000);
updateNavigationButtons();
updateProgressDisplay();