Hi everyone,
I couldn't find any resource on how to add blur effect on controls in PowerApps.
I tried to use HTMLText control to add blur effect but found no luck. What I am trying to achieve is CSS equivalent of the following styles:
- filter: blur(16px)
- backdrop-filter: saturate(1.2%) blur(16px)
Applying box-shadow works in HTMLText control but not blur for some reason. I am not sure if this matters but I have tried the above approach in a component.
I would really appreciate if anyone could give me some useful insights.
Thanks in advance 🙂