This is a migrated thread and some comments may be shown as answers.

Menu scrolling - speed

1 Answer 76 Views
Menu
This is a migrated thread and some comments may be shown as answers.
sanjayanthan
Top achievements
Rank 1
sanjayanthan asked on 05 Jul 2010, 10:47 AM
Hi
 
we are using telerik menu control for a form , In that we are using menu scoll functionality as shown below
http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/scrolling/defaultcs.aspx.

The vertical scoll for the menu works fine, but we seem the scroll happens very very slow.

Is there any way to increase the speed of the scroll....


Advance Thanks,
Sanjay

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 07 Jul 2010, 12:10 PM
Hi sanjayanthan,

Please add the following javascript to your page in order to change the speed:

<script type="text/javascript">
    Telerik.Web.UI.ScrollerSpeed.Slow = 5
    Telerik.Web.UI.ScrollerSpeed.Fast = 10
</script>

You can adjust the numbers as you like - they show how many pixels are scrolled.

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Menu
Asked by
sanjayanthan
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or