I want to fade all the elements of the next state when transitioning from any state. I tried different things but I can t get it to work. And I don t want to manually add transitions for every state.
类似:
<s:Transition fromState="*" toState="*">
<s:Fade target="*" duration="500" />
</s:Transition>