Replies: 1 comment 5 replies
-
Hmm you'll likely manually have to apply the crossfade in this case. I would set |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I stop the gif playing from first load?
As my requirement, I didn't want the
Gif
auto playing itself,I set
repeatCount(0)
but it still playing at least onceI am using the
ImageView extension
to load the Gif from network withCrossfade
effect.Is there a way I can get
ScaleDrawable
orAnimatedImageDrawable
fromCrossfadeDrawable
?I tried just make a CustomImageView, and override the
setImageDrawable()
, and manually callingCrossfadeDrawble#stop()
, but its doesn't work, and the Crossfade effect is gone too 😭Beta Was this translation helpful? Give feedback.
All reactions