feat(buttonNavigation): customize selector animation
This commit is contained in:
@@ -64,6 +64,10 @@ const { selected, selectorPosition } = useButtonNavigation({
|
||||
left: "italian",
|
||||
},
|
||||
},
|
||||
selectorAnimation: {
|
||||
duration: 0.1,
|
||||
ease: "power2.out",
|
||||
},
|
||||
});
|
||||
|
||||
const handleCancel = () => {
|
||||
|
||||
Reference in New Issue
Block a user