I try to use the dissolve effect in a transition to fade out 2 panels,
but the effect don't work. How can I make it work?

<mx:transitions>
 <mx:Transition fromState="*" toState="other">
  <mx:Parallel>
   <mx:Dissolve target="{panel1}" duration="1000" alphaFrom="1.0"
alphaTo="0.0" />
   <mx:Dissolve target="{panel2}" duration="1000" alphaFrom="1.0"
alphaTo="0.0" />
  </mx:Parallel>
 </mx:Transition>
</mx:transitions>

Thanks, Artur





--
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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to