A rudimentary SVG animation of Twilight's teleportation. This one is actually frame-based instead of time based. It's because the thing is a bit too complicated to reasonably interpolate through. I could probably get back to it later if I have the time - this seems like heresy. I looked into the whole APNG business to save my animations better, but I'm afraid dA doesn't support it. The SVG has the same speed, 20 frames per second.
Use at your leisure. The file was validated, so if your browser doesn't play it properly (that is once), there is probably something wrong on your side.
You can download the GIF preview by right-clicking it and selecting "save image as" (or something similar) or you can do "save link as" on the "download file" button to save the original SVG.
It's pretty hilarious. You could probably get better results with the gif if you used flat colors instead of gradients. The palette would take that better.
Thanks for the suggestion. I'll try to do a frame-based animation (like that one ▲) the next time I want to do an animated comic. Or with flat colors in case I don't need blurry scenes.
Actually, if you made it as an animated SVG, you could make it time-based. That way, you could make changes as you see fit (like if some gradients make the color scheme iffy), as well as export it in any frame rate you want. I do my stuff that way - SVG animation isn't that hard to comprehend and you can use Adasek's Firefox addon to render the images without much of a problem.
Thanks so much! I couldn't done without this.