ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1ComboBox Extender / Applying Animation to the ComboBox
In This Topic
    Applying Animation to the ComboBox
    In This Topic

    To set the animation effect and animation duration for the combobox, complete the following:

    1. In your Web application, add a reference to the C1.Web.Wijmo.Extenders.3.dll and then add a standard Panel control to the main content of your page.
    2. Click the Panel smart tag and select Add Extender from the Panel Tasks menu.
    3. In the Extender Wizard, select C1ComboBoxExtender and click OK. A ComboBoxExtender control is added to the page and the TargetControlID is set to Panel1.
    4. Select View | Properties Window in the Visual Studio menu.
    5. Click the drop-down list at the top of the Properties window and select Panel1_C1ComboBoxExtender.
    6. Expand the ShowingAnimation node and set the Easing property to EaseInBounce.
    7. Increase the Duration value to 1500.