skydoves / Cloudy

☁️ Jetpack Compose blur effect library, which falls back onto a CPU-based implementation to support older API levels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More blur radius

ehsannarmani opened this issue · comments

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

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.