I thought I could do this, but now it's throwing errors:

        <mx:Transition fromState="_posterState" toState="_learn">
<mx:WipeRight duration="500" targets="{[_paper_back, _paper_grid, _topleft_tape,_dv_tape]]}" />
                        
                        <mx:Parallel targets="{[_learnText]}" startDelay="300">
                                <mx:Fade duration="300" alphaFrom="0" alphaTo="1" 
/>
<mx:Blur duration="300" blurXFrom="2" blurXTo="0" blurYFrom="2" blurYTo="0" />
                        </mx:Parallel>
                        
                </mx:Transition>


Basically I want one transition for a state where different elements move in different ways -- no?

Reply via email to