Join Slack
Powered by
I want to create a blur effect in Compose where I ...
# compose
s
Sudarshan
02/12/2025, 3:51 AM
I want to create a blur effect in Compose where I want to blur the background of a column/box so it gets the glassy effect. However, I don't want the content inside that box or column to get blurred! How can I achieve this?
👍 1
r
romainguy
02/12/2025, 3:58 AM
You can use the library called Haze
j
jw
02/12/2025, 3:59 AM
https://chrisbanes.github.io/haze
s
Sudarshan
02/12/2025, 4:03 AM
Thanks! But is it too much of work to make it happen that we have a library for it?
r
romainguy
02/12/2025, 4:04 AM
It's not a ton of work but a bit tricky so it's better to go through that library. Also note it won't work on all versions of Android
s
Sudarshan
02/12/2025, 4:12 AM
No right now I'm planning use it for Desktop only!
16
Views
Open in Slack
Previous
Next