<fx:Declarations>
<s:SolidColorStroke id="lineStroke" weight="2" color="#FFFF00"/>
<s:SolidColorStroke id="lineStroke1" weight="2" color="#00CC00"/>
<s:SolidColorStroke id="lineStroke2" weight="2" color="#FF6600"/>
<s:SolidColorStroke id="lineStroke3" weight="2" color="#FF6600"/>
<s:SolidColorStroke id="stroke" weight="1" color="#E48701"/>
<mx:Parallel id="showEffects">
<mx:WipeRight duration="2000"/>
<mx:Pause duration="1000" />
<mx:Blur startDelay="410" blurXFrom="18" blurYFrom="18" blurXTo="0" blurYTo="0" duration="300" filter="addItem"/>
<mx:Dissolve id="dissolveIn" duration="1000" alphaFrom="2.0" alphaTo="3.0"/>
<mx:Fade alphaFrom="10" alphaTo="10" duration="5000"/>
</mx:Parallel>
</fx:Declarations>
flex LineChart曲线图特效
最新推荐文章于 2018-10-18 22:06:24 发布