feat: onload animation for article pages

This commit is contained in:
saicaca
2024-03-12 18:38:14 +08:00
parent dfa863369b
commit 2ff9b8544e
2 changed files with 26 additions and 15 deletions

View File

@@ -257,7 +257,7 @@ color_set({
}
.onload-animation {
opacity: 0;
animation: 600ms fade-in-up;
animation: 500ms fade-in-up;
animation-fill-mode: forwards;
}
#top-row {