specify the mx.effects.easing.Bounce.easeOut() method to the Accordion : Effect « Effects « Flex






specify the mx.effects.easing.Bounce.easeOut() method to the Accordion

specify the mx.effects.easing.Bounce.easeOut() method to the Accordion
   
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    height="550">
    <mx:Script>import mx.effects.easing.*;</mx:Script>
    <mx:Accordion openEasingFunction="{Bounce.easeOut}" openDuration="2000">
        <mx:VBox label="Pane 1" width="400" height="400" />
        <mx:VBox label="Pane 2" width="400" height="400" />
    </mx:Accordion>
</mx:Application>

   
    
    
  








Related examples in the same category

1.Creating an instance of an effect using pure ActionScriptCreating an instance of an effect using pure ActionScript
2.Creating a reusable effect in ActionScript with Move classCreating a reusable effect in ActionScript with Move class
3.Define effect in MXML, use ActionScript to apply itDefine effect in MXML, use ActionScript to apply it
4.Effect With ActionScript
5.Use ActionScript to play EffectUse ActionScript to play Effect
6.Grouping effects and playing them one after anotherGrouping effects and playing them one after another
7.Playing multiple effects at the same timePlaying multiple effects at the same time
8.Use a class selector to apply effectsUse a class selector to apply effects
9.Using MXML to define the effectUsing MXML to define the effect
10.Applying behaviors using the Effect.target and Effect.targets propertiesApplying behaviors using the Effect.target and Effect.targets properties
11.Setting effect durationsSetting effect durations
12.Add show effect to a controlAdd show effect to a control
13.Play effect for more than one controlsPlay effect for more than one controls
14.Set effect targetSet effect target
15.Reverse an EffectReverse an Effect
16.Pause an EffectPause an Effect
17.Composite EffectsComposite Effects
18.Enable Composite EffectsEnable Composite Effects
19.Using the Pause effect to pause between two other effectsUsing the Pause effect to pause between two other effects
20.Using easing functions with the Move effect to make motion less linearUsing easing functions with the Move effect to make motion less linear
21.rollOverEffect and rollOutEffectrollOverEffect and rollOutEffect
22.Create, configure, and apply effects to Flex componentsCreate, configure, and apply effects to Flex components
23.Mouse down effect for an Image controlMouse down effect for an Image control
24.Chart show data effectChart show data effect
25.Check property in effect filer functionCheck property in effect filer function
26.SeriesInterpolate effectSeriesInterpolate effect
27.Apply Shadow effectApply Shadow effect
28.Insertion's effect on the Array and the ArrayCollection representation of the ArrayInsertion's effect on the Array and the ArrayCollection representation of the Array
29.Applying MX effects in MXMLApplying MX effects in MXML
30.List Effect Custom and Default EffectsList Effect Custom and Default Effects
31.Easing function that creates a bounce motion when combined with the Flex Move effectEasing function that creates a bounce motion when combined with the Flex Move effect
32.Repeat EffectsRepeat Effects
33.Applying transform effectsApplying transform effects