-
Notifications
You must be signed in to change notification settings - Fork 53
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
Iteration #33
Comments
It might be an issue with the GIF player in the phone if it works nicely in the browser. Can you provide an example image or code that generates the image? |
Hi, I have written the following code:
and used following to generate the gif,
Also, please find attached the gif that I am trying to get. This gif will work for single interation on laptop/pc browsers, but when you transfer to your smart phone, and view it in your default phone gallery, it will iterate continuously. Kindly, let me know if there is any solution or way out for this issue. (One other thing, how can we increase the gif speed, i.e frame rate, As, you can see, the gif frame speed/interval speed is very slow) |
Hi, Also, I am capturing 121 images(64-bit-png-data-urls) from the animation and passing these urls sequentially to addframe() function. Kindly, guide me on this too. Thanks - Siddharth |
Hi, I am trying to iterate the GIF only once. I am setting repeat = null for the same, which renders me the gif with only one iteration. This works well on pc browser. But when I save the image and export to my smart phone the default gif launcher of the phone, iterates the gif infinitely. How can I achieve a single iteration?
The text was updated successfully, but these errors were encountered: