I have an application whit accordion
<mx:Accordion minHeight="200" includeIn="radegund0" top="10" bottom="10" left="10" right="10" openDuration="2000" openEasingFunction="{Elastic.easeOut}">
<s:NavigatorContent width="100%" height="100%">
<!--content1-->
</s:NavigatorContent>
<s:NavigatorContent width="100%" height="100%">
<!--content2-->
</s:NavigatorContent>
</mx:Accordion>
but when click on the second tab for the first time the content is not shown until the effect is over. Is there any way to fix this?