Improving JavaScript animation

jQuery might be a great tool for quickly putting together animations on your pages. However when start to do more professional complex animations the limitations become apparent.

Previously Adobe Flash was the best solution for a complex animation, and the Flash library Greensock TweenLite was our favourite. Thankfully they have now ported the library over to JavaScript and it brings some great performance benefits.


It is 5x faster than jquery using their speed tests
http://www.greensock.com/js/speed.html

You can read the docs and download it at:
http://www.greensock.com/get-started-js/

No comments:

Post a Comment