Fix save button animation

This commit is contained in:
KOWX712
2024-12-30 09:38:37 +08:00
parent fe64f37361
commit 1d5428e683
2 changed files with 7 additions and 1 deletions

View File

@@ -27,10 +27,11 @@ body {
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: bold;
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
border-radius: 50px 50px;
overflow: hidden;
user-select: none;