1
Hello,
I have a question, I need to pause a gif exactly in the frame that appears on the screen, similar to what we see on facebook. This example link
So far, the only thing I could do, was to play and pause in a gif, but alternating between the animated gif by a static image (Using GIF Player).
Here have some of what I’ve done so far using GIF Player
Maybe what I’ve done so far has nothing to do with what I need, someone can give me a light, please?
Thank you!
This link on your facebook page shows a . mp4 and not a Gif. If you want to have all this control, you’ll probably have to do the same thing as them: convert to another format. Alternatively there are solutions like http://slbkbs.org/jsgif/ that take a GIF, do the parse and redesign on a canvas, but maybe video conversion is even better for large files.
– Bacco