feat(utils): cancel animation on new input in useButtonNavigation
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user