📄 parallelexample.mxml
字号:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Style source="style.css" />
<mx:Parallel id="Effect_1" duration="2000">
<mx:Fade alphaFrom="0.0" alphaTo="1.0" target="{Canvas_1}"/>
<mx:Rotate angleFrom="90" angleTo="0" target="{Canvas_2}"/>
<mx:Sequence target="{Canvas_1}" duration="3000">
<mx:Iris scaleXFrom="0.1" scaleYFrom="0.1" />
<mx:Zoom zoomHeightFrom="0.1"/>
</mx:Sequence>
</mx:Parallel>
<mx:HDividedBox styleName="box" x="32.75" y="28" width="334.5" height="253" barColor="#408080">
<mx:Canvas width="50%" height="100%">
<mx:Canvas id="Canvas_1" x="33" y="76" width="94" height="72" styleName="smallBox">
<mx:Text x="10" y="24" text="Canvas1"/>
</mx:Canvas>
</mx:Canvas>
<mx:Canvas width="50%" height="100%">
<mx:Canvas id="Canvas_2" x="33" y="76" width="94" height="72" styleName="smallBox">
<mx:Text x="10" y="24" text="Canvas2"/>
</mx:Canvas>
</mx:Canvas>
</mx:HDividedBox>
<mx:Button x="32" y="313" label="寮
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -