I am making a Chrome extension for personal and use and noticed that the backdrop filter is flickering when the mouse is hovering over tabs, minimize/close. Tried everything I could find online and nothing worked (CSS settings, pseudo-element, listeners, debouncing, etc. Seems like the backdrop chokes Chrome even performance wise.
I don't like other solutions like drawing canvases, etc., and prefer backdrop filter for this particular use as it looks best. Any idea how to overcome this ?
Tried everything I could find online and nothing worked (CSS settings, pseudo-element, listeners, debouncing, etc.