Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript Animation Library... Recomendation [closed]

I'm interested in people's 'real world' usage opinions/recommendations for a lightweight, standalone JavaScript animation library. So, no need for a 'full feature' JavaScript library like jQuery, dojo, etc...

Notes:
- NO HTML5 canvas oriented libraries please (ex. processing.js).
- Css3 support is a bonus but not necessary.
- The more efficient the better!
- If you feel like it, let me and other's know why you recommended what you recommended.

Thanks.

like image 748
Terry Avatar asked Dec 04 '12 00:12

Terry


People also ask

Is Gsap the best animation library?

GSAP — Professional-grade animationThe GSAP library is a great way to create high-performance animations that work in all major browsers. GSAP, like Anime. js, allows you to animate CSS, SVGs, and generic objects, though some of these are not free to use.

Which JS library is used for animation?

JavaScript animation engine. Anime.js ( /ˈæn.ə.meɪ/ ) is a lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM attributes and JavaScript Objects.


1 Answers

I would highly recommend GreenSock's Animation Platform.

While i've not had to use the stand alone solution for javascript, this library has been invaluable to any actionscript animation work.

They have a very well structured library, which supports all sorts of different types of plugins.

The core animation library is blazingly fast.

like image 104
Clark Pan Avatar answered Oct 12 '22 19:10

Clark Pan