Jack Doyle 72c844c62e 1.11.7
- Performance improvements

- TimelineLite/Max will now intelligently use TweenMax instances instead of TweenLite instances in the convenience methods like to(), from(), and fromTo() if TweenMax is present and the tween has a "repeat" defined.

- Added caching algorithm for the width of elements when conversion to/from % is required multiple times on the same "tick" for the same element.

- Fixed issue that could cause roundProps not to round SUPER large values correctly.

- Fixed issue that could cause IE9 not to remove prefixed CSS values with clearProps (like transforms)

- Improved Draggable's handling of transformed ancestor elements, including the <body>, as well as partially-scrolled elements

- Eliminated some extra snap function calls in Draggable

- Exposed drag() method in Draggable

- Fixed bug in jquery.gsap.js that could cause queued jQuery animations not to work properly and use excessive memory.
2014-04-29 18:31:31 -05:00
2014-04-29 18:31:31 -05:00
2013-03-26 10:34:05 +00:00
2013-03-23 14:24:48 +10:00
2012-06-11 00:58:17 -04:00
2013-03-25 11:43:46 +00:00
2013-01-11 17:22:59 -08:00
2013-03-25 12:59:45 +00:00
2013-04-03 08:43:04 +10:00

Build Status

cdnJS Script Repository

The repository mirroring all scripts on cdnjs.cloudflare.com, created and maintained by Thomas Davis and Ryan Kirkman.

We will host any version of any library. Feel free to add a pull request for an older version of a library if your site still uses it.

Libraries must have notable popularity. 100 watchers on GitHub is a good example, but as long as reasonably popularity can be demonstrated the library will be added.

Extensions, Plugins, Resources

Extensions, Plugins, Resources

Pull requests steps

  1. Fork this repository
  • Install all the needed dependencies locally (you will need node): npm install
  1. Add your library (following the conventions of this repository)
  • 1 commit per pull request
  • 1 library per pull request
  • The pull request must be tagged in the original repository (some exceptions apply)
  • include a package.json in the npm format (see test/schemata/npm-package.json for details - it's very simple)
  • Run npm test to check everything is ok
  1. Send us a pull request.
  1. If the library doesn't already provide a minified version, our preferred minifier is UglifyJS

Running the validator

  1. Install all the needed dependencies locally (you will need node): npm install
  2. Run the test suite: npm test
S
Description
No description provided
Readme
418 MiB
Languages
JavaScript 94.7%
CSS 5.3%