feat(settings): improve button animations

This commit is contained in:
2026-02-08 22:58:18 +01:00
parent a7e0f079c9
commit 5ba3fa6447
7 changed files with 13 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ const BOARD_SLIDE_OFFSET = 96;
const BOARD_SLIDE_DURATION = 0.25;
const TEXT_FADE_DURATION = 0.15;
const SCORE_OFFSET = -20;
const SCORE_DURATION = 0.15;
const SCORE_DURATION = 0.167;
const isAnimating = ref(true);