Using the Fade effect on the button : Fade Effect « 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 » Fade EffectScreenshots 
Using the Fade effect on the button
Using the Fade effect on the button
     
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    backgroundColor="white">
    <mx:Fade id="myEffect" alphaFrom="1.0" alphaTo="0.1" />
    <mx:Button label="Click me" mouseDownEffect="{myEffect}" />
</mx:Application>

   
    
    
    
    
  
Related examples in the same category
1.Using the AnimateProperty effect to fade a buttonUsing the AnimateProperty effect to fade a button
2.A fade effectA fade effect
3.Use Fade class to add effect to panelUse Fade class to add effect to panel
4.Apply the Fade effect to the Label control using the system font
5.Fade effectEnd eventFade effectEnd event
6.Fade effect for ButtonFade effect for Button
7.Combine Fade and Move effect into SequenceCombine Fade and Move effect into Sequence
8.Combine Fade, Pause and Move effect into SequenceCombine Fade, Pause and Move effect into Sequence
9.Add Fade and Move effect into ParallelAdd Fade and Move effect into Parallel
10.Tooltip Fade effectTooltip Fade effect
11.Fade Effects for adding item to TileFade Effects for adding item to Tile
12.Fade Button creationCompleteEffectFade Button creationCompleteEffect
13.Fly fade effectFly fade effect
14.Using Fade effect so that ToolTips fade in when the user moves the mouse pointer over a component with a ToolTipUsing Fade effect so that ToolTips fade in when the user moves the mouse pointer over a component with a ToolTip
15.Fade PropertiesFade Properties
16.Fade properties: alphaFrom, alphaTo, duration
17.Fade DurationFade Duration
w__w___w__._ja_v__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.