TweenMax (AS3) – TweenLite on Steroids
Download AS3
Download AS2
Version: 10.11, Updated 2/26/2009
Compatibility: Flash Player 9 and later (ActionScript 3) (click here for the AS2 version)
File Size added to SWF: About 7kb (base), or 14kb with default plugins
Join Club GreenSock to get bonus plugins, updates, and more
v11 Beta available! - There are some very exciting things happening with the upcoming [...]
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 Steroids
Download AS3
Download AS2
Version: 10.11, Updated 2/26/2009
Compatibility: Flash Player 8 and later (ActionScript 2) (click here for the AS3 version)
File Size added to SWF: About 7kb (base), or 14kb with default plugins
Join Club GreenSock to get bonus plugins, updates, and more
v11 Beta available - There are some very exciting things happening with the upcoming [...]
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.