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.
Add Animate="True"
to the <cc1:C1Slider>
tags as in the following sample:
Copy Code
|
|
---|---|
<cc1:C1Slider ID="C1Slider1" runat="server" Animate="True" /> |