updated animations

This commit is contained in:
James Dinh 2023-03-05 21:36:38 -08:00
parent 44da3a43ac
commit 701ca55ab9

View File

@ -2881,11 +2881,9 @@ option {
@keyframes grow-wide {
0% {
transform: scale(0);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}