How to Create .gif Animations
Added 30 Jul 2008
Easy
Step1
Develop and sequence your images. This is simply making the images for
the animation so that they can create the illusion of motion (think
flip-book). Save them in .gif format, or some other bitmap format as
long as it's consistent. Step2
Move your images, sequentially, into the tool of your choice.
Step3
Compile the images into a single file that animates the lot. This
should result in a .gif animation that you can use. If not, reevaluate
the tool. Step1
Learn a programming language, such as javascript, that allows you to manipulate .gifs.
Step2
Set the image names equal to a numerical value in order of when they should appear.
Step3
Create a loop that increments the image by one for every period.
Periods can be as long as you like. Traditional American animation
happens at a frame rate of 1/23 seconds. Anime uses 1/19 seconds per
frame.