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