Search code examples
javascriptjqueryanimationopen-sourcegsap

which is the best javascript animation framework?


I need a javascript animation framework which has the best performance. I am thinking to use http://www.greensock.com/gsap-js/ this one, it gives performance 20x vs jquery animate.

i need support in all major browsers, so css3 based animations is not solution for me.


Solution

  • Greensock is good, but I think zepto.js is also a good choice.