I see here that the lack of backgroundPosition
animation in jquery 1.5.0 is a known bug. Has it still not been fixed?
See this jsfiddle, with backgroundPosition
animating in jquery 1.4.4, and then look at this one, and see that it isn't working even in jquery 1.7.1.
Any idea when they're going to fix this?
I'm wondering because I just saw a warning in my Chrome console saying this:
event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
I'm worried that I'm going to continue to use jquery 1.4.4 for the animating functionality, but then Chrome will pull the functionality in the next update.
UPDATE
The accepted answer, the idea to use background-position-x and y doesn't work with Firefox. For now I'm going to have to go back to 1.4.4, until I find a better solution.