Glide: Disable Cross Fade animation

Created on 8 Mar 2016  路  2Comments  路  Source: bumptech/glide

hello, Is it possible to disable fade animation when the image has been finally loaded?

I know it is a feature. but I would like to disable it. Is it possible?

    Glide.with(getContext()).load(imageResourceID).placeholder(imageResourceID).into(imageView);

I dont use the .crossFade() but the animation is still there.

question

Most helpful comment

.dontAnimate()?

All 2 comments

.dontAnimate()?

Thanksss @TWiStErRob Did not know it exists

Was this page helpful?
0 / 5 - 0 ratings