vinc3m1/RoundedImageView

Rounded corners are disturbed when apply transition effect using Glide

asadmukhtar28 opened this issue · 1 comments

When i apply transition using Glide then on some devices rounded corners are disturbed.
Glide.with(context).load(url).apply(requestOptions).transition(DrawableTransitionOptions.withCrossFade()).into(imageView);

see the attached image.

20191205_130315 (1)

As noted in the Known Issues in the README:

Glide transforms are not supported, please use wasabeef/glide-transformations if you want to round images loaded from Glide.