Skip to content

Latest commit

 

History

History
 
 

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

lib directory

This directory contains compressed versions of the TweenJS library, including the most recent tagged release and the in-progress NEXT release.

Both combined and minified versions of the library are included. The former being useful for debugging, and the latter for deployment.

You can also link to the libraries on the CreateJS CDN, to benefit from faster load times and shared caching across sites.

libraries

  • tweenjs.js the most recent tagged version of all the TweenJS classes.
  • tweenjs.min.js the most recent tagged version, minified and stripped of comments and whitespace.
  • tweenjs-NEXT.js contains the latest TweenJS classes.
  • tweenjs-NEXT.min.js is a minified version of the latest updates to the library.

license

The libraries are ©2017 gskinner.com, inc., and made available under the highly permissive MIT open source software license. See the source file header for the full license text.