Skip to content

Commit 41cdfb3

Browse files
authored
Update fast-search-card.js
1 parent cf199b4 commit 41cdfb3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

dist/fast-search-card.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5006,22 +5006,16 @@ class FastSearchCard extends HTMLElement {
50065006

50075007
const categoryButtons = this.shadowRoot.querySelector('.category-buttons');
50085008

5009-
// ✅ Reset
50105009
this.resetAllCategoryStyles();
5011-
50125010
this.isMenuView = true;
50135011
categoryButtons.classList.add('visible');
50145012

5015-
// ✅ SOFORT: Backdrop-Filter per CSS erzwingen
5016-
this.addInstantBackdropCSS();
5017-
5018-
// ✅ Backdrop aktivieren
5013+
// ✅ NUR Backdrop-Aktivierung (ohne CSS-Injection)
50195014
this.forceBackdropFilterActivation(categoryButtons);
50205015

5021-
// Animation danach
50225016
setTimeout(() => {
50235017
this.animateRippleEffect(categoryButtons);
5024-
}, 20); // Kürzer!
5018+
}, 30);
50255019
}
50265020

50275021
forceBackdropFilterActivation(categoryButtons) {

0 commit comments

Comments
 (0)