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