Hi all,
I want to create an animation and export it in a gif file. I am able to export animation in .swf etc. formats but when I tried to export it in gif, it gives me a static picture.
gif=Animate[Plot[Sin[a + x], {x, 0, 10}], {a, 0, 10}]
I want to export it in a gif file.
Export["sin.gif",gif]
gives me a static pidture. but
Export["sin.swf",gif]
works fine.
Please help me in creating the animation in gif file.
Attachments: