I'm guessing this is really easy but I'm new to jQuery so I'm a little lost.
What’s the best way to animate a number going up relative to a users vertical scroll position? I’m making a div a million pixels long and want a fixed number that counts from 0 to a million. Am I right in saying I'd have to use the .scrollTop() function?
Cheers for any help in advanced!
B
The following code should help you to get started. If you increase the height of the html tag to 1 million pixel, you'll have a counter with the desired range.
The source code is from this page. I have just created the jsFiddle from it.