Hi

Trying to use a wipe transition effect when changing states. I want to
use a perElementOffset so that the object wipes off and then gets
removed. I've already set wipe.showTarget to false,  but the component
performs the wipe and then flicks back on? I'm pretty sure my code is
solid, I can replace the wipe with a fade and it works fine. I'm
wondering if this is a bug? 

code->

<mx:Sequence filter="remove" targets="{[b,c,d,e,can]}" >
  <mx:WipeDown  showTarget="false" perElementOffset="300"  />
  <mx:RemoveChildAction perElementOffset="300" />               
</mx:Sequence>  

Any suggestions?


Reply via email to