Nest Parallel into Sequence : Parallel « Effects « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Effects » ParallelScreenshots 
Nest Parallel into Sequence
Nest Parallel into Sequence
         
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Sequence id="sequenceEffect">
      <mx:Parallel>
        <mx:Fade />
        <mx:Move xFrom="10" />
      </mx:Parallel>
      <mx:Pause duration="1000" />
      <mx:Rotate />
    </mx:Sequence>
    
    <mx:TextInput creationCompleteEffect="{sequenceEffect}" />
</mx:Application>

   
    
    
    
    
    
    
    
    
  
Related examples in the same category
1.Parallel EffectParallel Effect
2.Parallel Effect With EasingParallel Effect With Easing
3.Create and use Parallel class in ActionScriptCreate and use Parallel class in ActionScript
w_w___w_.jav_a_2__s.c_o_m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.