From 306913e860284b7cee7e178845d7aa272af512ec Mon Sep 17 00:00:00 2001 From: IMxc Date: Sun, 23 Feb 2025 11:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E6=98=AF=E6=B2=A1=E6=9C=89=E4=BF=AE?= =?UTF-8?q?=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ef339b8..1fd6fb7 100644 --- a/index.html +++ b/index.html @@ -562,8 +562,8 @@
更新日志
setTimeout(function () { $('#Dead_Picture').removeClass('Bigger') }, 2000); }; document.getElementById("Opacity").onclick = function () { - $('#Dead_Picture').addClass("Opacity"); - setTimeout(function () { $('#Dead_Picture').removeClass('Opacity') }, 3000); + $('#Dead_Picture').addClass("Hide_animation"); + setTimeout(function () { $('#Dead_Picture').removeClass('Hide_animation') }, 3000); }; document.getElementById("Scare").onclick = function () { $('#Dead_Picture').addClass("Scare");