From f0ed033e0372fb3c44d1162ab6fa7ee85980d54f Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Fri, 10 Jan 2025 14:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20improve=20brand=20text?= =?UTF-8?q?=20loading=20(#239)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/brand/BrandLoading/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/brand/BrandLoading/style.css b/src/brand/BrandLoading/style.css index 7fdeaf25..48276bf7 100644 --- a/src/brand/BrandLoading/style.css +++ b/src/brand/BrandLoading/style.css @@ -10,7 +10,7 @@ @keyframes fill { 30% { - fill-opacity: 20%; + fill-opacity: 5%; } 100% { @@ -27,6 +27,6 @@ stroke-width: 0.25em; animation: - draw 2s ease-in-out infinite, - fill 2s linear infinite; + draw 2s cubic-bezier(0.4, 0, 0.2, 1) infinite, + fill 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; }