PDA

View Full Version : [Mathematica] Speed of an animated gif


guerom00
Nov2-10, 09:41 AM
Hello all,

I'm using the Export[] command to generate an animated gif from a list of graph:
Export["myGif.gif",{graph1,graph2,…}]

Problem is that I would like to set the animation duration and I don't know how (with the above command, each frame lasts 0.1 sec. apparently).

Thanks in advance :)

Edit: Nevermind, I found the suitable options. It is called "DisplayDurations" and specify the time each frame should lasts.