Using the Zoom effect to make the button zoom-in large : Zoom Effect « Effects « Flex






Using the Zoom effect to make the button zoom-in large

Using the Zoom effect to make the button zoom-in large
    
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    backgroundColor="white">
    <mx:Zoom zoomWidthFrom="0" zoomHeightFrom="0" id="myEffect" />
    <mx:Button label="Click on me" mouseDownEffect="{myEffect}" />
</mx:Application>

   
    
    
    
  








Related examples in the same category

1.Use Zoom class to set zoom effectUse Zoom class to set zoom effect
2.Apply a Zoom effect to multiple Buttons with data binding to effect's targets propertyApply a Zoom effect to multiple Buttons with data binding to effect's targets property
3.Set up zoom effect in ActionScriptSet up zoom effect in ActionScript
4.Zoom EffectsZoom Effects
5.SeriesZoom effectSeriesZoom effect
6.Zoomer Pattern 2Zoomer Pattern 2