feat(home): tweak selector animation

This commit is contained in:
2026-01-20 19:57:29 +01:00
parent 3b224564f4
commit 14a4705498

View File

@@ -59,8 +59,8 @@ const { selected, selectorPosition } = useButtonNavigation({
}, },
disabled: computed(() => store.isIntro || store.isOutro), disabled: computed(() => store.isIntro || store.isOutro),
selectorAnimation: { selectorAnimation: {
duration: 0.3, duration: 0.13,
ease: "power2.out", ease: "none",
}, },
}); });