Create your images that you will use in the animation (for your
first attempt using only 5 or 6 images). If you are using Blender, work
through the Blender Animation Page First!
Create your image and save it as a "blend" (use F2)
Create the animation using the "Scene" buttons
Convert your images to "gif" (use "xview" or "mogrify"). To
use mogrify, simply place all of your jpg's into a directory and type:
Test the animation using "xanim" (a small program that plays back animation files):
xanim name.gif
Move the finished gif into your www directory (or a subdirectory of your www directory). If you try
to run the program again before moving the composite gif, you will get an error
message since it tries to include the animation gif in the making of an
animation gif.
It's probably a good idea to clean out your temp directory once
you have created your animation. You shouldn't need the individual frames,
however, if you do, save them to disk (use mtools).
Hints
Organize your images sequentially: i.e. image001.gif, image002.gif, etc.
If you want to repeat images, simply copy them to a new number in the right
numeric sequence.
Read the "man" pages (simply type: man whirlgif -or- man mogrify)