forked from greensock/GSAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
13 lines (12 loc) · 940 Bytes
/
bower.json
File metadata and controls
13 lines (12 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "gsap",
"version": "1.14.2",
"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.",
"author": {
"name": "Jack Doyle",
"url": "http://www.greensock.com/gsap-js/"
},
"main": "./src/uncompressed/TweenMax.js",
"dependencies": {
}
}