Hello everyone,
the first time I change from state A to B it doesn't play the transition. After the first transition, the same state change does play the transition.
Before I let state B load, it parses an xml file and maps it to objects. When this is done, the state changes. Maybe it has to do with the parsing of the xml. But I can confirm that parsing is done, before it changes the state.
<s:Transition toState="B">
<s:Sequence>
<s:Move target="{menu}" duration="300" />
<s:AddAction target="{newsPostsList}" />
<s:Fade target="{newsPostsList}" />
</s:Sequence>
</s:Transition>