I have a div that is essentially acting as a mask for its background image by only revealing the a specific portion of the image.
The background image is aligned to the right. I am attempting to animate the backgroundPosition from the right to the left, HOWEVER, the animation automatically resets the background position to the left (or very near left - I can't quite figure out where the position is coming from).
Is there any way to overcome this?
Example Code: http://jsfiddle.net/QRkLr/
(notice that when the animation fires the background image is NOT aligned perfectly to the right).