From e594d7df6d356d6cb149cf88c2dea43e60aed300 Mon Sep 17 00:00:00 2001 From: "Aitor C. Urrutia Aranburu" Date: Sat, 30 Aug 2025 08:01:14 +0200 Subject: [PATCH] feat: irudi estela doitzen du --- front/src/views/_components/IrudiEstela.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/_components/IrudiEstela.astro b/front/src/views/_components/IrudiEstela.astro index 28497db..49a06a3 100644 --- a/front/src/views/_components/IrudiEstela.astro +++ b/front/src/views/_components/IrudiEstela.astro @@ -66,7 +66,7 @@ function shuffle(array: T[]) { img?.parentElement?.addEventListener("touchstart", () => { const tl = gsap.timeline(); tl.to(img, { - scale: 2, + scale: 2.6, opacity: 1, duration: 0.3, ease: "power2.out",