I am trying to create an Fade effect on each Panel in a ViewStack,
that takes place when I change the viewStack.selectedIndex value.

I have something similar to this:

<mx:ViewStack id="vStack"...
   <mx:Panel>
      <child>
      .
      .
      .
   </mx:Panel>

   <mx:Panel>
      <child>
      .
      .
      .
   </mx:Panel>
   .
   .
   .
</mx:ViewStack>

I would like the entire Panel (including all it's children) to Fade in
when the viewStack.selectedIndex value is changed. What would the
best way be to accomplish this? 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to