On Thursday, 09 July 2009 21:06:07 JimmyVolatile wrote:
I have a couple of daft questions, though, if you forgive me.
I will give it some serious thought :)
- Could you use this to create actual SVG animations? Animated SVGs? Or is
it just meant to output static SVG sequences?
It's one vector "image" after another -- so, static as you say. Animating SVG is a dark art that I never get the time to try -- it's too DOM/javascripty for my tastes.
My influence was keyframing and tweening -- and my API tries to make this simple and direct. I hope...
- What are "Ajax throbbers"?
They are those little animations you see all over the web for 'loading' or 'busy' etc. You also see them in video players as they stream the video. They are simple animations in a loop. To make one you could use Things to do the animation and then output to a series of images and then make an animated gif out of them.
\d