Skip to content

Commit 16769ae

Browse files
authored
Update fast-search-card.js
1 parent b2d2589 commit 16769ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dist/fast-search-card.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ class FastSearchCard extends HTMLElement {
12731273
.category-buttons {
12741274
justify-content: center;
12751275
width: 100%;
1276-
gap: 8px;
1276+
gap: 2px;
12771277
}
12781278
}
12791279

@@ -5026,7 +5026,11 @@ class FastSearchCard extends HTMLElement {
50265026
categoryButtons.animate([
50275027
{ opacity: 0, transform: 'translateX(0px) scale(0.9)', filter: 'blur(10px) contrast(20)' },
50285028
{ opacity: 1, transform: 'translateX(0px) scale(1)', filter: 'blur(0px) contrast(1)' }
5029-
], { duration: 400, easing: 'cubic-bezier(0.16, 1, 0.3, 1)', fill: 'forwards' });
5029+
], {
5030+
duration: 400,
5031+
easing: 'cubic-bezier(0.16, 1, 0.3, 1)'
5032+
// fill: 'forwards' ENTFERNT!
5033+
});
50305034
}
50315035

50325036
hideCategoryButtons() {

0 commit comments

Comments
 (0)