Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gif not loading when used as placeholder. #1642

Closed
larrytech7 opened this issue Dec 13, 2016 · 1 comment
Closed

Gif not loading when used as placeholder. #1642

larrytech7 opened this issue Dec 13, 2016 · 1 comment
Labels

Comments

@larrytech7
Copy link

larrytech7 commented Dec 13, 2016

when i use a Gif as a drawable for my placeholder, the gif shows but doesn;t animate as expected or as it should. It's actually a gif to show 'loading' operation. If there's another way to make this happen i will be very grateful to learn, else if this is an issue, i need to know how to go about resolving it.

Glide Version:
3.7.0

Integration libraries:
None, just firebase

Device/Android Version:
Samsung Note 3, android 5.0 API Level 21

Issue details / Repro steps / Use case background:
Use a local gif as your placeholder resource

Glide load line / GlideModule (if any) / list Adapter code (if any):

Glide.with(context)
                    .load(imageUrl)
                    .crossFade()
                    .placeholder(R.drawable.loading)
                    .into(holder.mediaImage);
@TWiStErRob
Copy link
Collaborator

TWiStErRob commented Jan 26, 2017

Sorry but using GIF as placeholder is not possible, see #659 for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants