I'm a newbie with UWP and I'm trying to realize an app with the new Blur Background effect
Is there any way to make it with a js project?
I'm a newbie with UWP and I'm trying to realize an app with the new Blur Background effect
Is there any way to make it with a js project?
The new blur background effect (Fluent Design acrylic material) can be mimicked to some extent in a WinJS project using CSS gaussian blur (filter: blur(10px);
) and a noise texture overlay.
However, you of course cannot make the actual window transparent to see the desktop underneith this way.
See examples: CSS-only Acrylic Material from Fluent Design System