GreenSock


Speed Test - Tweening Engine Comparison Tool

Posted in Tweening by jack on the October 22nd, 2007

On the heels of releasing a new version of TweenLite and TweenFilterLite and investing a lot of time into optimizing performance, I figured I’d take a few minutes to throw together a tool that could demonstrate and quantify any speed differences among a few of the tweening engines out there.

More...

TweenLite (AS3) - A Lightweight (3K) and FAST Tweening Engine

Posted in Tweening by jack on the October 18th, 2007

Tweening. We all do it. Most of us have learned to avoid Adobe’s Tween class in favor of a more powerful, less code-heavy engine (Tweener, Fuse, MC Tween, etc.). Each has its own strengths & weaknesses. A few years back, I created TweenLite because I needed a very compact tweening engine that was fast and efficient (I couldn’t afford the file size bloat that came with the other tweening engines). It quickly became integral to my work flow. I figured others might be able to benefit from it, so I released it publicly. Over the past few years, I received a lot of positive feedback.

More...

TweenFilterLite (AS3 Version) - Easily Tween Filters & Image Effects

Posted in Tweening by jack on the October 18th, 2007

TweenFilterLite extends the extremely lightweight (about 3k), powerful TweenLite “core” class, adding the ability to tween filters (like blurs, glows, drop shadows, bevels, etc.) as well as image effects like contrast, colorization, brightness, saturation, hue, and threshold (combined size: about 6k).

More...

TweenLite (AS2) - A Lightweight (3k) and FAST Tweening Engine

Posted in Tweening by jack on the October 18th, 2007

Tweening. We all do it. Most of us have learned to avoid Adobe’s Tween class in favor of a more powerful, less code-heavy engine (Tweener, Fuse, MC Tween, etc.). Each has its own strengths & weaknesses. A few years back, I created TweenLite because I needed a very compact tweening engine that was fast and efficient (I couldn’t afford the file size bloat that came with the other tweening engines). It quickly became integral to my work flow. I figured others might be able to benefit from it, so I released it publicly.

More...

TweenFilterLite (AS2 Version) - Easily Tween Filters & Image Effects

Posted in Tweening by jack on the October 18th, 2007

TweenFilterLite extends the extremely lightweight (about 3k), powerful TweenLite “core” class, adding the ability to tween filters (like blurs, glows, drop shadows, bevels, etc.) as well as image effects like contrast, colorization, brightness, saturation, hue, and threshold (combined size: 6k). The syntax is identical to the TweenLite class.

More...