I'm trying to animate the size of my background image, but it's not working - Any idea why from the following code?
$(this).animate({'opacity' : 1, 'background-size':'70px 48px', 'right':39, 'top':45}, 250);
Note: all the other properties animate correctly, it's just the background-size that doesn't update.
Thanks!