ComponentOne Slider for ASP.NET WebForms
Task-Based Help / Setting C1Slider's Animation Property
In This Topic
    Setting C1Slider's Animation Property
    In This Topic

    C1Slider supports animation. The Animate property is set to "false" by default. This task-based help will walk you through setting the Animate property in Design View and in Source View.

    In Design View

    1. Navigate to the C1Slider Properties Window and locate the Animate property.
    2. Use the drop-down menu to set the property to "True".

    In Source View

    Add Animate="True" to the <cc1:C1Slider> tags as in the following sample:

    Copy Code
    <cc1:C1Slider ID="C1Slider1" runat="server" Animate="True" />
    
    See Also