From 6c75443bd717b9e51e6353d802db6de51779308f Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 13 Jun 2026 21:48:43 +0300 Subject: [PATCH] tune carousel motion --- frontend/rabbi_gerzi/src/views/HomePage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index 69ebcd8..91503d2 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -923,7 +923,7 @@ const projects: Project[] = [ --sponsors-edge-fade: 50px; --sponsors-logo-gap: clamp(2.75rem, 4vw, 4.25rem); - width: 60%; + width: 85%; margin: 0 auto; overflow: hidden; mask-image: linear-gradient( @@ -945,7 +945,7 @@ const projects: Project[] = [ .sponsors__track { display: flex; width: max-content; - animation: sponsors-scroll 28s linear infinite; + animation: sponsors-scroll 20s linear infinite; will-change: transform; }