skydoves / Cloudy

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

More blur radius #20

Closed ehsannarmani closed 1 month ago

ehsannarmani commented 6 months ago

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

skydoves commented 1 month 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.