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

Certain gifs play really slow. #202

Open
Ankish opened this issue Jan 30, 2018 · 1 comment
Open

Certain gifs play really slow. #202

Ankish opened this issue Jan 30, 2018 · 1 comment

Comments

@Ankish
Copy link

Ankish commented Jan 30, 2018

https://s-media-cache-ak0.pinimg.com/originals/4e/50/06/4e500657d2273140e77b0bb807bc342c.gif

These gifs play really slow. Tried checking in flipboard and other apps. Works fine there.
I am using this in 40x40 Imageview.

@rodmaz
Copy link

rodmaz commented May 30, 2021

Check the method frameDelayGreatestCommonDivisor in FLanimatedImageView.m.
In our case, when the video was converted to animated GIF using 1 frame for every 3 seconds, the GIFs were terribly slow. So we changed the method a bit to convert to a more reasonable rate.
Ugly hack but it kind of worked.

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

No branches or pull requests

2 participants