views:

159

answers:

0

I've got an animation that doesn't look so good in GIF format (transparency makes it look jagged). So I put three layers together with jQuery and I've got it looking pretty good... But, I now have another problem.

I want to plot each of these animated images onto a map at different times. Plotting the points is easy. But plotting the points and having each one animate at it's own time - That, is causing me problems.

All I can get happening is static images being plotted. I want the animation, though >.<

I need some method to: 1) Plot the points 2) Remember where the plots are and how many are currently plotted 3) Animate those plots incrementing their current image stage

Ideas?