I’m working on an interactive interface using SVG and JavaScript/jQuery, and I’m trying to decide between Raphael and jQuery SVG. I’d like to know
- What the trade-offs are between the two
- Where the development momentum seems to be.
I don’t need the VML/IE support in Raphael, or the plotting abilities of jQuery SVG. I’m primarily interested in the most elegant way to create, animate, and manipulate individual items on an SVG canvas.