wasabeef / glide-transformations

An Android transformation library providing a variety of image transformations for Glide.
Apache License 2.0
9.9k stars 1.41k forks source link

Is there a way to set blur effect before image load #156

Closed beartistic closed 5 years ago

beartistic commented 5 years ago

hi there,

I wanna implement a loading effect using glide like airbnb , set blur effect when image loading and then loaded(5ms later maybe look likes) remove blur effect I tried MultiTransformation<> use twice BlurTranformation through params value reduce but not work I google it but never figure out Is there a way?

beartistic commented 5 years ago

solved I use glide(v4) thumb(0.01f) implement blur effect.

fukemy commented 4 years ago

can u provide code to do it? thanks