New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Animation Duration
AnimationDuration defines the length of the slide animation in milliseconds. Setting AnimationDuration to a value larger than 0, will cause the drag slider and selected region to be updated using a linear animationBy default AnimationDuration value is 100 (ms). To disable slide animation set AnimationDuration to 0.
ASP.NET
<telerik:radslider id="RadSlider1" runat="server" AnimationDuration="500" />
C#
RadSlider1.AnimationDuration = 500;