ListPod.net

ActionScript Libraries > TweenMax / TweenLite / TweenNano

You're looking at a single item and its comments from this list.
See all items.


2
Available in several weights depending on your needs, the Tween Framework provides for dead-simple programmatic animations.  The code couldn't be simpler:

TweenNano.to(mc, 1.5, {alpha:0.5, x:120});


Comments