File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments