If you change the coordinates of the background position, you can get the calculated style of the element, at the moment you stop the animation just using css.
, , - "Xpx Ypx", :
var position = $(selector).css('backgroundPosition').split(' '),// ["0px", "0px"]
x = position[0], y = position[1];