Speed Test - Tweening Engine Comparison Tool
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.
TweenLite (AS3) - A Lightweight (3K) and FAST Tweening Engine
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.
TweenFilterLite (AS3 Version) - Easily Tween Filters & Image Effects
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).
TweenLite (AS2) - A Lightweight (3k) and FAST Tweening Engine
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.
TweenFilterLite (AS2 Version) - Easily Tween Filters & Image Effects
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.