I have some data visualization animations I want to do in a webapp I have and am considering different alternatives I have. It will basically just be moving around text strings in a pretty way.
I am using the Mootools framework and the Mootools FX library basically have the stuff i want, but I want to manipulate around 100 text strings, which means each string would need a separate FX object (I think).
The alternative to doing this is coding the entire thing in Processing and use Processing.js to render it to an HTML5 canvas.
Which of these things go easiest on the browser (I don't want the site to be client-side heavy)? Are there any other ways that might be even better?