You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glide Version/Integration library (if any): 3.5.2 Device/Android Version: All Issue details/Repro steps:
Use .crossFade(2500) without using .placeholder(mDefaultImageResource)
Glide Version/Integration library (if any): 3.5.2
Device/Android Version: All
Issue details/Repro steps:
Use .crossFade(2500) without using .placeholder(mDefaultImageResource)
Glide load line:
From the doc crossFade should fade in when there's no place holder.
But in the cases where there's no placeHolder the duration parameter is not applied.
The text was updated successfully, but these errors were encountered: