diff --git a/src/animations.scss b/src/animations.scss index b569c8c00..775de76b7 100644 --- a/src/animations.scss +++ b/src/animations.scss @@ -46,7 +46,7 @@ } } -@keyframes resourceShow { +@keyframes scaleTo1 { to { transform: scale(1); } diff --git a/src/forge/projectHome/explore/index.scss b/src/forge/projectHome/explore/index.scss index 5c5f00ce5..2dffad2ac 100644 --- a/src/forge/projectHome/explore/index.scss +++ b/src/forge/projectHome/explore/index.scss @@ -123,7 +123,7 @@ transform: scale(0.85); position: relative; --offsetTop: 56px; - animation: bgOpacity .8s linear 1.56s reverse backwards, resourceShow 0.8s 1.56s ease-in-out forwards;; + animation: bgOpacity .8s linear 1.56s reverse backwards, scaleTo1 0.8s 1.56s ease-in-out forwards;; .cate_list_box { display: flex;