I am trying to use jQuery to make the background position of my range down 10 pixels per second. What is a good way to do this?
I played with jQuery animation, delay, CSS and some functions setTimeout, but I can't get anything to work. Suggestions were very helpful!
I am trying to make my y position from 0 to 100 in increments of 10 pixels, and then stop the animation.
source
share