From 4aabfc6b59b62a838747948fc2764d817082d692 Mon Sep 17 00:00:00 2001 From: 365884 Date: Wed, 11 Mar 2026 19:46:47 +0100 Subject: [PATCH] duration title --- src/components/sections/HeroSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/HeroSection.vue b/src/components/sections/HeroSection.vue index 70c3cbf..7b54f54 100644 --- a/src/components/sections/HeroSection.vue +++ b/src/components/sections/HeroSection.vue @@ -64,7 +64,7 @@ function startNextAnimation() { }).to(".title", { y: window.innerHeight - 130, ease: "power2.out", - duration: 1.0 + duration: 6.0 }, 0) }, main.value)