Hacker News new | ask | show | jobs
by eli 4497 days ago
Gifs don't have a constant FPS. You can specify with some precision how long they should display each frame.
2 comments

That's right. The Graphic Control Extension blocks preceding each frame let you specify a "delay" in hundreths of a second.

More info here: http://www.matthewflickinger.com/lab/whatsinagif/animation_a...

And more info on the zero-delay problem here: http://nullsleep.tumblr.com/post/16524517190/animated-gif-mi...

oh I see - thanks for that, interesting stuff