From 5dfd6c27ae03b3d882d91c72867e0b8610ae777e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 5 Dec 2025 17:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8E=82=E4=B8=93=E5=8C=BAcont.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory/components/Resource/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/factory/components/Resource/index.scss b/src/factory/components/Resource/index.scss index af831756..2b8f4444 100644 --- a/src/factory/components/Resource/index.scss +++ b/src/factory/components/Resource/index.scss @@ -312,17 +312,17 @@ } } -} - -@keyframes fadeInUp { + @keyframes resourceShow { to { opacity: 1; transform: scale(1); } } +} + .animate-active { .resource-container { - animation: fadeInUp 0.8s ease-in-out forwards; + animation: resourceShow 0.8s ease-in-out forwards; } } \ No newline at end of file