TweenMax (AS3) - TweenLite on Steroids
TweenMax builds on top of the TweenLite core class and its big brother, TweenFilterLite, to round out the tweening family with popular (though not essential) features like bezier tweening, pause/resume capabilities, easier sequencing, hex color tweening, and more.
TransformMatrixProxy - Tween skewX, skewY, and more
Ever wanted to tween the skew of a MovieClip/DisplayObject? The only way you can do it is to use the transform.matrix property which can be rather unintuitive. This class should save you some headaches. It’s primary purpose is to easily control skewX and skewY properties of any MovieClip/DisplayObject, but you can also use it to scale and rotate. You can even dynamically set the regisration point around which all transformations occur. Or tween its X and Y coordinates for interesting effects. The registration point is always according to the MovieClip’s inner coordinates whereas the outerRegistration is based on the MovieClip’s parent’s coordinates, so it’s very simple to control it whichever way you prefer.
ColorTransformProxy - Advanced Color Tweening
Tweening a MovieClip’s/DisplayObject’s tint is already a built-in feature of TweenLite/TweenMax. But what if you want to tween more advanced color-related properties? Ever wanted to tween advanced effects like bleaching or flashing? If you tried, you probably noticed that it didn’t work unless you kept re-applying a freshly edited colorTransform object to your MovieClip on every frame. Annoying, I know. And did you ever want to tween the percent of tint that a MovieClip gets? Me too. Well this class gives you an easy way to set/tween various ColorTransform properties. You can use it with almost any tweening engine, but of course it integrates perfectly with TweenLite/TweenFilterLite/TweenMax.
Get the AS2 and AS3 flavors of this class by joining Club GreenSock
TweenMax (AS2) - TweenLite on Steriods
TweenMax builds on top of the TweenLite core class and its big brother, TweenFilterLite, to round out the tweening family with popular (though not essential) features like bezier tweening, pause/resume capabilities, easier sequencing, hex color tweening, and more.
Bezier Tweening Speed Test - How Fast is TweenMax?
With the release of TweenMax, bezier tweening has finally made its way into the TweenLite family. But how well does it perform? TweenLite has gotten a lot of attention because of its speed and scalability, but will the extra code in TweenMax weigh it down and kill performance? Well, I sure tried to keep things nimble and I think you’ll be pleased, but don’t take my word for it. See for yourself.