Is it possible to animate a background images top position using jquery? I have tried -
$('#intro1').animate({ background-position: 'top'}, 1000);
and
$('#intro1').animate({ background-position: '0, 1600px'}, 1000);
But no luck with either - are there any available plugins / methods that anyone can recommend?