ChangeLogAs2 ChangeLogAs3 EasingFunctions TweenManDocAs2 TweenManDocAs3
About TweenMan
TweenMan is yet another set of tweening / animation classes for Actionscript. It was written primarily using AS3, but was ported back to AS2 for Flash Player 8 compatibility.
The idea behind TweenMan was to create an alternate tweening engine which makes use of some of the more common ideas found in other engines (Tweener, ZigoEngine), while remaining light on file size and easy on the frame rate. TweenMan can also change between time-based and frame-based animation on a per tween basis.
TweenMan compiles down to approximately 10kb for AS3 and 9k for AS2.
Special thanks to Jack Doyle for writing TweenLite- the old trusty grandfather that TweenMan never had.
Recent Changes
Documentation
TweenManDocAs2, TweenManDocAs3, EasingFunctions
Source
TweenMan is open source. Feel free to browse the subversion repository:
http://tweenman.googlecode.com/svn/trunk/
Utilities
ConstantEase is a utility included in TweenMan AS3, for those special times when you must tween things like mouse positioning or preload bar updates. See ConstantEaseDoc