jQuery: Background-Position Animation Plugin How to use: $('#background').animate({backgroundPosition: '10% 250px'}); Example: $('#background') .click(function(){ $(this) .animate({backgroundPosition: '500px 150px'}) .animate({backgroundPosition: '-20px 250px'}) ; }); Known Issue Due to a bug in FF 2.0, you have to set your (initial) background-position inline: <div style="background-position: 10p
{{#tags}}- {{label}}
{{/tags}}