We Recommend

Essential ActionScript 3.0 Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.


Posted By

upsidedownview on 02/23/08


Tagged

animation tween Caurina Tweener


Versions (?)


Who likes this?

5 people have marked this snippet as a favorite

udayrayala
arala22
gismo
kantaro
abdsign


Caurina Tween Syntax


Published in: ActionScript 3 


  1. import caurina.transitions.*;
  2.  
  3. Tweener.addTween(b1, {scaleX:1.7, scaleY:1.7, time:1, transition:"easeoutelastic"});

Report this snippet 

You need to login to post a comment.