From 5c4e84482b8d3f325be1aaadd8be2ef8eca16023 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Sat, 21 Dec 2024 19:46:28 +0330 Subject: [PATCH] Update animation duration --- frontend/assets/css/tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index ccd955a..e3d4052 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -120,8 +120,8 @@ --breakpoint-xs: 480px; /* ANIMATIONS */ - --animate-marquee: marquee 20s linear infinite; - --animate-marquee-reverse: marquee 20s linear infinite reverse; + --animate-marquee: marquee 25s linear infinite; + --animate-marquee-reverse: marquee 25s linear infinite reverse; @keyframes marquee { to {