Transition效果预览

通过这个可以预览MM提供的各种Transitions效果。

DRK12中提供的FlashTransition behavior插件则可以更方便地插入使用所需要的代码。
http://kevincao.com/wp-content/uploads/200508/09_141757_behavior.gif
如图设置后就会生成以下代码:

 
//  behavior 
 
var o = new Object(); 
 
o.content = this.mc1; 
 
o.direction = 1; 
 
o.duration = 1000; 
 
o.easing = mx.effects.transitions.easing.Regular.easeIn; 
 
o.transitions = "type:Dissolve*xSections:20*ySections:20%type:Fade"; 
 
mx.effects.transitions.TransitionManager.start(o); 
 
// End  behavio

Related Posts :

Close
E-mail It
Socialized through Gregarious 42