From 9b7ce49f5420a12e102570b19ef0fb05ffc72a56 Mon Sep 17 00:00:00 2001 From: tuyenio Date: Thu, 25 Jun 2026 09:25:26 +0700 Subject: [PATCH] =?UTF-8?q?perf:=20gi=E1=BA=A3m=20backdrop-blur=20v=C3=A0?= =?UTF-8?q?=20b=E1=BB=8F=20will-change=20lu=C3=B4n-b=E1=BA=ADt=20tr=C3=AAn?= =?UTF-8?q?=20panel/card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/globals.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index b8a6281..0a21efa 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -721,9 +721,8 @@ a { box-shadow: var(--surface-shadow), inset 0 1px 0 rgb(255 255 255 / 0.88); - backdrop-filter: blur(18px) saturate(132%); - -webkit-backdrop-filter: blur(18px) saturate(132%); - will-change: transform; + backdrop-filter: blur(10px) saturate(120%); + -webkit-backdrop-filter: blur(10px) saturate(120%); transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 280ms cubic-bezier(0.16, 1, 0.3, 1), @@ -777,9 +776,8 @@ a { box-shadow: 0 24px 66px rgb(37 75 54 / 0.13), inset 0 1px 0 rgb(255 255 255 / 0.9); - backdrop-filter: blur(12px) saturate(125%); - -webkit-backdrop-filter: blur(12px) saturate(125%); - will-change: transform; + backdrop-filter: blur(8px) saturate(118%); + -webkit-backdrop-filter: blur(8px) saturate(118%); transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 280ms cubic-bezier(0.16, 1, 0.3, 1),