forked from greensock/GSAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
22 changed files
with
678 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.