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!
Because background-size
is a CSS3 property that is not supported by jQuery yet as it's still a candidate for recommendation.
See this plugin.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With