Summary
GSAP (GreenSock Animation Platform) is a robust JavaScript toolset that allows developers to create high-performance animations that work in every major browser.
1
It is easy to install and use, and can be found on the GreenSock website with a CDN and a private NPM registry for members.
1
Additionally, the ScrollTrigger plugin is now ScrollTrigger-aware, allowing it to call ScrollTrigger.update() after rendering.
2
GSAP 3 is a new version of the library that is easier to use and has many improvements.
3
It is possible to import individual classes like TweenMax, CommonJS/UMD, and bonus plugins like MorphSVGPlugin directly into the project.
3
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
GSAP (GreenSock Animation Platform) is a robust JavaScript toolset that allows developers to create high-performance animations that work in every major browser. It is up to 20x faster than jQuery and is completely flexible, with optional plugins and easing functions for achieving advanced effects. It is easy to install and use, and can be found on the GreenSock website with a CDN and a private NPM registry for members.
gsap - npm
npmjs.com
Summary
GSAP 3 is a new version of the popular ES module library that is easier to use and has many improvements. It is backward compatible with most GSAP 2 features, but some parts may need to be updated to work properly. It is possible to import individual classes like TweenMax, CommonJS/UMD, and bonus plugins like MorphSVGPlugin directly into the project, but it is important to reference any plugins you are using in order to maximize backward compatibility.
Docs - GreenSock
greensock.com
$ yarn add … copy
yarnpkg.com
Documentation for GreenSock Animation Platform (GSAP) ... This course is packed with real-world projects and detailed step-by-step instructions.
GSAP Docs
greensock.com
TweenMax is most robust part of GSAP, a JavaScript library for high-performance HTML5 ... GSAP makes it easy to create staggered animations on multiple ...
TweenMax - Products - GreenSock
greensock.com