Button with rollOverEffect property : Button Effect « Components « 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 » Components » Button EffectScreenshots 
Button with rollOverEffect property
Button with rollOverEffect property
     

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:WipeLeft id="myWL" duration="1000" />
    <mx:Panel title="My Application" paddingTop="10" paddingBottom="10"
        paddingLeft="10" paddingRight="10">
        <mx:Button id="myButton" rollOverEffect="{myWL}" />
    </mx:Panel>
</mx:Application>

   
    
    
    
    
  
Related examples in the same category
1.Using the Move effect to move the button diagonallyUsing the Move effect to move the button diagonally
2.Button with mouseDownEffectButton with mouseDownEffect
3.Button mouse down effectButton mouse down effect
4.Button creationCompleteEffectButton creationCompleteEffect
5.Button mouse down and mouse up effectButton mouse down and mouse up effect
6.Add SoundEffect to Button mouse down effectAdd SoundEffect to Button mouse down effect
7.Button WipeLeftButton WipeLeft
8.Use Matrix3D to Apply Transformations Within a LayoutUse Matrix3D to Apply Transformations Within a Layout
9.Transform a button aroundTransform a button around
w_w__w__.j_a_va2_s__.__c___om | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.