flex效果

发布时间:2009-05-11 17:27:00 阅读:1135次

flexeffect.mxml

<?xml version="1.0" encoding="utf-8"?>
 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" fontSize="50" color="#000000">    
 <mx:Dissolve id="Dissolve" alphaFrom="0.0" alphaTo="1.0" duration="5000"/>
 <mx:WipeDown id="WipeDown" duration="5000" />
 <mx:WipeLeft id="WipeLeft" duration="5000" />
 <mx:WipeUp id="WipeUp" duration="5000" />
 <mx:WipeRight id="WipeRight" duration="5000" />
 <mx:Blur id="Blur" blurXFrom="100" blurXTo="0" duration="5000" />
    <mx:Panel x="304" y="33" width="580" height="744" layout="absolute">
     <mx:Label id="label6" text="Flex Dissolve 效果" creationCompleteEffect="Dissolve"  x="44.5" y="407" height="76"/>
  <mx:Label id="label1" text="Flex WipeDown 效果" creationCompleteEffect="WipeDown"  x="10" y="333" height="66"/>
  <mx:Label id="label2" text="Flex WipeLeft 效果" creationCompleteEffect="WipeLeft"  x="34.5" y="249" height="76"/>
  <mx:Label id="label3" text="Flex Wipeup 效果" creationCompleteEffect="WipeUp"  x="41" y="158"/>
  <mx:Label id="label4" text="Flex WipeRight 效果" creationCompleteEffect="WipeRight"  x="22" y="84"/>
  <mx:Label id="label5" text="Flex Blur 效果" creationCompleteEffect="Blur"  x="41" y="10"/>
  <mx:Image id="img1" source="1.png" x="80.5" y="158" creationCompleteEffect="Blur" />
 </mx:Panel>
</mx:Application>

效果图:

flex效果flex效果

如有问题,可以QQ搜索群1028468525加入群聊,欢迎一起研究技术

支付宝 微信

有疑问联系站长,请联系QQ:QQ咨询

转载请注明:flex效果 出自老鄢博客 | 欢迎分享