Realtime Backdrop effects in Floating Webview

i found a way, its working like native window right now

just animated backdrop effect with css, its all dynamic now

-webkit-animation: backdrop 5s ease infinite;

@-webkit-keyframes backdrop {
0%{-webkit-backdrop-filter: blur(20px)}
100%{-webkit-backdrop-filter: blur(19px)}
}

it only has problems when switching spaces

Backdrop Test.bttpreset (4.8 KB)