flex效果

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效果

    A+
发布日期:2009年05月11日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: