I am using the .animate method to move a div 100px to the right over 1 second.
So thats 1px every 10ms. Is there an event that would fire after every pixel movement? Or even an event that fires after every 10-20px of movement?
The example above is a simple one, what i will use it for is to track the left: property of multiple elements and work out when to display them only if they are in the visible bounds of the browser.