From cf4ba1e726e0d5fc89cee5356bbdcf2791126f79 Mon Sep 17 00:00:00 2001 From: 365884 Date: Tue, 10 Mar 2026 18:49:57 +0100 Subject: [PATCH] slowing --- src/components/sections/HeroSection.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/sections/HeroSection.vue b/src/components/sections/HeroSection.vue index b904379..70c3cbf 100644 --- a/src/components/sections/HeroSection.vue +++ b/src/components/sections/HeroSection.vue @@ -63,8 +63,8 @@ function startNextAnimation() { stagger: 0.05 }).to(".title", { y: window.innerHeight - 130, - ease: "power2.inOut", - duration: 2.0 + ease: "power2.out", + duration: 1.0 }, 0) }, main.value) @@ -125,6 +125,7 @@ onUnmounted(() => {
T
r
+