feat(buttonNavigation): customize selector animation
This commit is contained in:
@@ -47,6 +47,10 @@ const { selected, selectorPosition } = useButtonNavigation({
|
||||
actionateButton(button);
|
||||
},
|
||||
disabled: computed(() => store.isIntro || store.isOutro),
|
||||
selectorAnimation: {
|
||||
duration: 0.25,
|
||||
ease: "power2.out",
|
||||
},
|
||||
});
|
||||
|
||||
const actionateButton = async (button: (typeof selected)["value"]) => {
|
||||
|
||||
Reference in New Issue
Block a user