From 8a0635944a2891eedbde3b7aa32339fe8e38b84e Mon Sep 17 00:00:00 2001 From: tuyenio Date: Thu, 25 Jun 2026 09:22:47 +0700 Subject: [PATCH] =?UTF-8?q?perf:=20t=E1=BA=AFt=20animation=20CSS=20v=C3=B4?= =?UTF-8?q?=20h=E1=BA=A1n=20=C3=ADt=20gi=C3=A1=20tr=E1=BB=8B=20(ambient-pa?= =?UTF-8?q?n,=20gradient-flow,=20breathe,=20glint)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/app/globals.css | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 845959c..b8a6281 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -240,7 +240,6 @@ a { background-size: 180% 100%, 84px 84px, 84px 84px; filter: none; opacity: 0.9; - animation: public-ambient-pan 18s ease-in-out infinite alternate; } .public-page::after { @@ -988,7 +987,6 @@ a { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; - animation: public-gradient-flow 8s ease-in-out infinite alternate; } .public-shimmer::after { @@ -1161,19 +1159,6 @@ a { animation: public-header-drop 620ms cubic-bezier(0.16, 1, 0.3, 1) both; } - .public-header::after { - animation: public-header-glint 7s ease-in-out 1.2s infinite; - } - - .public-logo-mark { - animation: public-logo-breathe 4.8s ease-in-out infinite; - } - - .public-header-cta, - .public-cta { - animation: public-cta-breathe 4.2s ease-in-out infinite; - } - .public-hero-inner::before { animation: public-line-draw 980ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both; } @@ -1182,14 +1167,6 @@ a { animation: public-line-draw 1100ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both; } - .public-subpage-hero-image { - animation: public-photo-breathe 12s ease-in-out infinite alternate; - } - - .public-hero-inner .public-image-stage { - animation: public-stage-float 7.2s ease-in-out 900ms infinite alternate; - } - .public-hero-rule::before { animation: public-line-draw 980ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both; } @@ -1228,10 +1205,6 @@ a { .public-card:hover::after { animation: public-sheen 820ms cubic-bezier(0.16, 1, 0.3, 1); } - - .public-back-to-top[data-visible="true"] { - animation: public-back-to-top-float 4.8s ease-in-out infinite; - } } @media (prefers-reduced-motion: reduce) {