I am trying to create a timeline player.
I have a div object which moves from one side of the screen to another (i.e. using animate() to change the 'left' position of the div). Lets assume this animation takes 5 seconds to happen.
I would like that a jQuery Slider keeps incrementing bit by bit alongside the animation. The slider must take 5 seconds as well to reach its end to matchup up with the animation it is tracking.
Anyone got any ideas how this can be implemented?