UNPKG

940 BJSONView Raw
1{
2 "name": "gsap",
3 "version": "1.13.2",
4 "description": "GreenSock Animation Platform (GSAP) is a suite of high-performance JavaScript animation tools, including TweenLite, TweenMax, TimelineLite, TimelineMax, various easing equations (EasePack), plugins for things like animating along Bezier paths, tweening RaphaelJS or KineticJS objects, etc. and it also includes an optional jQuery plugin that hijacks the native jQuery.animate() method so that animations perform much better and additional properties can be tweened, like colors, transforms (2D and 3D), boxShadow, borderRadius, clip, and lots more. GSAP has no dependencies on jQuery and it can animate ANY numeric property of ANY object. See http://www.greensock.com/gsap-js/ for details.",
5 "author": {
6 "name": "Jack Doyle",
7 "url": "http://www.greensock.com/gsap-js/"
8 },
9 "main": "./src/uncompressed/TweenMax.js",
10 "dependencies": {
11
12 }
13}