From 4c044bf8db9b6e873ed2329a00d108556b0afebc Mon Sep 17 00:00:00 2001 From: "3127647737@qq.com" <3127647737@qq.com> Date: Mon, 3 Aug 2026 10:49:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E5=AF=BC=E8=87=B4=E5=86=85=E5=AE=B9=E5=8F=98?= =?UTF-8?q?=E6=B7=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneinai.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/oneinai.html b/oneinai.html index 0986f06..5c760fe 100644 --- a/oneinai.html +++ b/oneinai.html @@ -715,8 +715,8 @@ @keyframes scroll-reveal { from { - opacity: 0; - transform: translateY(34px); + opacity: 1; + transform: translateY(24px); } to { opacity: 1; @@ -724,7 +724,12 @@ } } - @supports (animation-timeline: view()) { + .reveal-on-scroll { + opacity: 1; + transform: none; + } + + @supports (animation-timeline: view()) and (animation-range: entry 8% cover 34%) { .reveal-on-scroll { animation: scroll-reveal linear both; animation-timeline: view();