fix: slow chip animation 4x

This commit is contained in:
2026-05-13 10:12:57 +03:00
parent 5d6023bd48
commit 7c97349619
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -328,7 +328,7 @@
cursor: pointer;
user-select: none;
transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease, opacity .18s ease;
animation: chipIn .22s ease both;
animation: chipIn .5s ease both;
}
.chip:hover {