From 044af825ce7e27065b28ed317dfa9fd83ab07098 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Tue, 20 Jan 2026 19:57:29 +0100 Subject: [PATCH] feat(home): tweak selector animation --- app/components/Home/BottomScreen/Buttons.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Home/BottomScreen/Buttons.vue b/app/components/Home/BottomScreen/Buttons.vue index 161ea30..04a5246 100644 --- a/app/components/Home/BottomScreen/Buttons.vue +++ b/app/components/Home/BottomScreen/Buttons.vue @@ -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", }, });