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

Added minimum gif frame delay #505

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added minimum gif frame delay #505

wants to merge 3 commits into from

Conversation

cvance
Copy link

@cvance cvance commented Mar 3, 2015

Supports frame delays as low as 0.02 s, with anything below that being rounded up to 0.10 s. (Same standard as Chrome & Firefox browsers)

http://nullsleep.tumblr.com/post/16524517190/animated-gif-minimum-frame-delay-browser

…g rounded up to 0.10 s. (Same standard as Chrome & Firefox browsers)
@koush
Copy link
Owner

koush commented Mar 3, 2015

@koush
Copy link
Owner

koush commented Mar 3, 2015

1/100 is wrong i think. 20 may make sense.

i use 1000 / 60 (which is 16ish), for 60fps on zero case.

@koush
Copy link
Owner

koush commented Mar 3, 2015

there is some new gif work in the layers branch that is playing w/ the delay behavior.

@koush
Copy link
Owner

koush commented Mar 3, 2015

err wait, maybe you are right. 100 is what i'm using in the new branch.

b7ba5ed#diff-b1811f8c82eeb8aebfc9a70e24963a6cR192

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

Successfully merging this pull request may close these issues.

2 participants