How to test the responsiveness of a scrollbar?

cmidc

New Member
It has been observed that certain JavaScript causes a scrolling list to move slowly in IE and Safari. I have been asked to improve the performance.(The JavaScript is a function on the hover of items in the list that is scrolled. When the mousescroll is used to scroll, the movement is choppy and slow.)Are there any ways to a make quantitative measurement of how fast the scroll bar is moving or how much movement I get from a given amount of scrolling?I think it would be desirable to make hard measurements so I can determine if my optimizations are working.
 
Back
Top