Mik*_*ail 2 apache-flex animation
如果将一个Accordion导航组件添加到Flex Application,如下所示:
<mx:Accordion x="14" y="570" width="321" height="200">
<s:NavigatorContent label="Accordion Pane 1" width="100%" height="100%">
</s:NavigatorContent>
<s:NavigatorContent label="Accordion Pane 2" width="100%" height="100%">
</s:NavigatorContent>
</mx:Accordion>
Run Code Online (Sandbox Code Playgroud)
然后你的手风琴的窗格会立即跳开并关闭.
问题是:我应该编写什么代码来使我的手风琴窗格切换动画?
(就像在Adobe的演示中称为Tour de Flex)
通过窗格之间的动画切换来了解我的意思:
1)到这里:http://www.adobe.com/devnet-apps/flex/tourdeflex/web/
2)选择其他组件 - >容器 - >超级手风琴左侧窗格
3)单击Super Accordion的窗格标题并查看它们的移动情况
谢谢!