UNPKG

1.44 kBJSONView Raw
1{
2 "name": "gsap",
3 "filename": "TweenMax.min.js",
4 "version": "1.13.2",
5 "description": "GreenSock Animation Platform (GSAP) is a suite of tools for scripted animation, including TweenLite, TweenMax, TimelineLite, TimelineMax, various easing equations (EasePack), plugins for things like animating along Bezier paths, tweening RaphaelJS objects, etc. and it also includes a 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.",
6 "homepage": "http://www.greensock.com/gsap-js/",
7 "main": "./src/uncompressed/TweenMax.js",
8 "keywords": [
9 "animation",
10 "TweenLite",
11 "TweenMax",
12 "TimelineLite",
13 "TimelineMax",
14 "GSAP",
15 "GreenSock",
16 "easing",
17 "EasePack",
18 "jQuery",
19 "jquery.gsap.js",
20 "Bezier",
21 "3D",
22 "2D",
23 "transform",
24 "tweening"
25 ],
26 "maintainers": [
27 {
28 "name": "Jack Doyle",
29 "email": "jack@greensock.com",
30 "web": "http://www.greensock.com"
31 }
32 ],
33 "bugs": {
34 "url": "http://greensock.com/forums/"
35 },
36 "repositories": [
37 {
38 "type": "git",
39 "url": "https://github.com/greensock/GreenSock-JS"
40 }
41 ]
42
43}
\No newline at end of file