动画效果优化

This commit is contained in:
lutinglt
2025-02-09 14:27:12 +08:00
parent 6c8f386f9f
commit 3f75f5f36b
3 changed files with 10 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
@keyframes overlay-appear {
0% {
opacity: 0;
transform: translateY(-5%);
transform: translateY(-12px);
}
100% {