use animation-name

This commit is contained in:
silverwind 2024-04-26 23:27:37 +02:00
parent 72c09e46ad
commit 41b1a390c0
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
overflow-y: auto;
justify-content: center;
padding: 8px 0;
animation: fadein;
animation-name: fadein;
animation-duration: .2s;
user-select: none;
}