feat(utils): cancel animation on new input in useButtonNavigation

This commit is contained in:
2026-01-31 01:01:34 +01:00
parent 630b399088
commit d9c9dba166
2 changed files with 12 additions and 4 deletions

View File

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