Hello, 

First of all, the example:

http://www.riapt.org/opensource/states_test/states_test.html (with
view source enabled).

I have two components, Component1.mxml and Component2.mxml, both with
two states. The default state has it's inner components proper placed,
and the "hidden" state has the components hidden and on different
positions. If you press the show/hide buttons, you can see the
transition between states (just for demonstrating purposes).

Now, in my Application, i have one viewstack with both views. I want
to have animated transitions between the views, and i know that by
default the viewstack waits for the hideEffect and the showEffect to
finish. I would like to reuse the transitions already coded for the
states, preferably just by changing states if it's possible.

Is there a solution for this? If not, what's the best practice? To
create more code to define the hideEffect/showEffect?

Thanks, 

João Saleiro

Reply via email to