Skip to content

Commit

Permalink
Major update: 1.8.0
Browse files Browse the repository at this point in the history
- See some release notes at http://www.greensock.com/update-2013-01/
- The css:{} wrapper is now optional for animating DOM elements. The
engine will automatically create it for you if it senses the target is
a DOM element.
- Adds TweenLite.selector so that you can pass strings as the target of
tweens and GSAP will use the selector engine of your choice (jQuery if
loaded, or defaults to document.getElementById())
- Added new jquery.gsap.js plugin that causes the jQuery.animate()
method to use GSAP under the hood. See
http://www.greensock.com/jquery-gsap-plugin/
- Implemented the API change to TimelineLite and TimelineMax (see
http://www.greensock.com/v12-api-change/ for details)
- Version values are now strings like "1.8.0" instead of numbers like
1.80
- boxShadow now recognizes the "inset" keyword.
  • Loading branch information
jackdoyle committed Jan 25, 2013
1 parent 1d77672 commit 975c72b
Show file tree
Hide file tree
Showing 22 changed files with 678 additions and 415 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
GreenSock-JS
============

Public repository for GreenSock's JavaScript libraries like GSAP. See http://www.greensock.com for details.
Public repository for GreenSock's JavaScript libraries like GSAP. See http://www.greensock.com/gsap-js/ for details.

Getting started: http://www.greensock.com/get-started-js/

Full documentation: http://api.greensock.com/js/

jQuery plugin: http://www.greensock.com/jquery-gsap-plugin/

Copyright (c) 2013, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for Club GreenSock members, the software agreement that was issued with the membership.
10 changes: 5 additions & 5 deletions src/minified/TimelineLite.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/minified/TimelineMax.min.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions src/minified/TweenLite.min.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions src/minified/TweenMax.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/minified/easing/EasePack.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions src/minified/jquery.gsap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 975c72b

Please sign in to comment.