fix: slow chip animation 4x
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user