skydoves / Cloudy

☁️ Jetpack Compose blur effect library, which falls back onto a CPU-based implementation to support older API levels.
Apache License 2.0
840 stars 30 forks source link

More blur radius #20

Closed ehsannarmani closed 4 months ago

ehsannarmani commented 9 months ago

How can i have blur with more then 25 radius? having motion blur feature can be good!

skydoves commented 4 months ago

Hey guys, the new version 0.2.0 has been released, and now you can resolve this issue by using the Modifier.cloudy modifier instead of the Cloudy composable function. You can set unlimited radius values now.