I'm attempting to utilize jQuery in order to gradually move the background position of my span 10 pixels downwards every second. Can anyone provide guidance on how to achieve this successfully?
Despite experimenting with jQuery animate, delay, CSS, and incorporating some setTimeout functions, I haven't been able to make any progress. Any suggestions would be highly appreciated!
My goal is to transition my y-position from 0 to 100 in increments of 10 pixels, and eventually halt the animation.