revert cubic-bezier animaiton

This commit is contained in:
KOWX712
2025-02-11 18:31:27 +08:00
parent 006ca27100
commit 42f0b6df77
5 changed files with 14 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ body {
width: auto;
max-width: calc(100% - 40px);
transform: translateY(100%);
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 0.2s ease;
}
.prompt.error {