I'm using Picasso to display some images and as the title says, the images just pop out, there's no fade animation. I'm using the version 2.5.2
Picasso.with(mContext)
.load(url)
.into(mTarget);
Is there any way to force it?
Thanks,