Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
style: change animation speed
  • Loading branch information
Chillizu committed Dec 16, 2024
1 parent ed37437 commit c96f337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@keyframes fadeIn {
0% {
opacity: 0; /* 初始透明度为0 */
transform: translateY(20px); /* 向下移动20px */
transform: translateY(22px); /* 向下移动20px */
}
100% {
opacity: 1; /* 最终透明度为1 */
Expand Down

0 comments on commit c96f337

Please sign in to comment.