Blurring browser background (underlying scenes)

AlexDicy

New Member
I have a browser source with a div element that has a backdrop-filter: blur CSS property. The browser has currently no way of knowing what are the underlying pixels, so I'm looking for a way to blur the semi-transparent background of this div, but not its content. I have tried using StreamFX with no success because it blurs the entire scene.

Is there any way/plugin to apply a blur filter to the semi-transparent div of the browser elements?
It is not static, so I can't just add a blur filter with a mask and call it a day, it is an animated div.

Thank you very much for your support. Lorenzo.
 
Top