JSPM

  • Created
  • Published
  • Downloads 775516
  • Score
    100M100P100Q190665F

GreenSock Animation Platform (GSAP) is a suite of tools for scripted animation, including TweenLite, TweenMax, TimelineLite, TimelineMax, various easing equations (EasePack), plugins for things like animating along Bezier paths, tweening RaphaelJS objects, etc. and it also includes a 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.

Package Exports

  • gsap
  • gsap/src/minified/TweenLite.min.js
  • gsap/src/minified/TweenMax.min
  • gsap/src/minified/plugins/EndArrayPlugin.min.js
  • gsap/src/uncompressed/TimelineLite
  • gsap/src/uncompressed/TimelineLite.js
  • gsap/src/uncompressed/TimelineMax
  • gsap/src/uncompressed/TweenLite
  • gsap/src/uncompressed/TweenLite.js
  • gsap/src/uncompressed/TweenMax
  • gsap/src/uncompressed/TweenMax.js
  • gsap/src/uncompressed/easing/EasePack
  • gsap/src/uncompressed/plugins/CSSPlugin
  • gsap/src/uncompressed/plugins/ScrollToPlugin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gsap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

GSAP (GreenSock Animation Platform)

Professional-Grade HTML5 Animation

GSAP is a suite of tools for scripted, high-performance HTML5 animations that work in all major browsers. No other library delivers such advanced sequencing, API efficiency, and tight control. Stop wrestling with cumbersome CSS animations, stuttery jQuery.animate() calls, or a system that limits your creativity. Use animation to tell a story in a rich way rather than settling for a few fades and slides.

This is the public repository for GreenSock's JavaScript tools like GSAP and Draggable. "GSAP" describes all of the animation-related tools which include TweenLite, TweenMax, TimelineLite, TimelineMax, various plugins (like CSSPlugin for animating CSS properties of DOM elements), extra easing functions, etc.

Resources

Copyright (c) 2014, GreenSock. All rights reserved. This work is subject to the terms of use or for Club GreenSock members, the software agreement that was issued with the membership.