feat(home): tweak selector animation
This commit is contained in:
@@ -59,8 +59,8 @@ const { selected, selectorPosition } = useButtonNavigation({
|
||||
},
|
||||
disabled: computed(() => store.isIntro || store.isOutro),
|
||||
selectorAnimation: {
|
||||
duration: 0.3,
|
||||
ease: "power2.out",
|
||||
duration: 0.13,
|
||||
ease: "none",
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user