FEATURES
WHAT DO YOU GET WITH THE PRODUCT, WHY TO BUY ...
Work with decimal time values
Extend Tweening Engine is able to work with decimal tween durations and waiting periods
Easy to reverse animations
Is able to reverse sets of tweens using the Tween Manager or to reverse independently other type of tweens.
Advanced ActionScript control
It gives events, properties and methods to work with for every type of tween.
One line of code
The tweens can be created with just one line of code. In doing so it's easy to understand the tweening engine.
Tween blurs shadows …
Filter Tween class makes a difference if you have an object you'd like to change by applying an effect like: Shadow, Blur, or others. You just have to specify to what object it applies, what property affects, what easing you prefer and set the properties values as you wish.
Create simple tweens
This tween helps you make a basic tween that can include: changing your object's position on different axis, scale your object.
Easy tween colors
Color Tween class permits you to change the color of an object by using a RGB color value or a ColorTransform object. It goes from a color value to another color value specified by you. It's again a very simple to use tween that does in one line what others do in many more.
Tween timeline animations
You should use a Frame Tween when having an object with a defined motion tween. The Frame Tween plays this motion tween but can stop in whatever frame you like or need just by defining a number of frames the Frame Tween should play.
Tween multiple values in the same time
The Multi Tween uses arrays for the defined properties, start and end values, easing function, objects declared in order to help you apply multiple tweens on one or more objects in your tween.
Easy tween colors
Color Tween class permits you to change the color of an object by using a RGB color value or a ColorTransform object. It goes from a color value to another color value specified by you. It's again a very simple to use tween that does in one line what others do in many more.