优化动画

This commit is contained in:
1152958806@qq.com 2023-11-17 11:15:24 +08:00
parent 7eda5cb064
commit 14dcf574cd
1 changed files with 11 additions and 1 deletions

View File

@ -374,7 +374,7 @@ template {
}
.reward-main {
animation: 0.3s ease 0.1s 1 normal both running donate_effcet;
animation: slide-in .3s ease 0s 1 normal none running
}
@-webkit-keyframes scroll-down-effect {
@ -9419,6 +9419,16 @@ span.recent-post-top-text {
}
}
@media screen and (min-width: 1200px) {
#category #recent-posts .recent-post-item,#tag #recent-posts .recent-post-item {
animation:slide-in .6s .4s backwards
}
#category-bar {
animation: slide-in .6s .3s backwards
}
}
#recent-posts {
position: relative
}