Parallel Effect : 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 
Parallel Effect
Parallel Effect
  
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">

    <mx:Parallel id="parallelEffect" target="{myPanel}">
        <mx:Resize widthBy="150" heightBy="150" />
        <mx:Blur blurXTo="5" blurYTo="5" />
    </mx:Parallel>
    
    <mx:Panel title="Panel" id="myPanel" width="100" height="100" />
    
    <mx:Button label="Parallel Effect" click="parallelEffect.play()" />
    
</mx:Application>

   
    
  
Related examples in the same category
1.Parallel Effect With EasingParallel Effect With Easing
2.Create and use Parallel class in ActionScriptCreate and use Parallel class in ActionScript
3.Nest Parallel into SequenceNest Parallel into Sequence
ww_w_.j_av_a2___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.