Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an open source alternative to Flash for web animation? [closed]

I want to make something similar to this, but I'd like to avoid proprietary platforms (flash). I'm relatively new to development and I'm willing to learn anything. I understand that some javascript frameworks like jQuery and MooTools are capable of some animation, but is this beyond their capability? What do you recommend?

thanks

like image 212
Thomas G Henry Avatar asked Dec 23 '22 12:12

Thomas G Henry


1 Answers

Take a look at John Resig's processing.js. No need to use raw jQuery when jQuery's primary author already done the work!

like image 110
jdigital Avatar answered Jan 18 '23 13:01

jdigital