Cod:
$(document).ready(function () { setInterval(function() { $('#pun-intro').animate({ 'background-position-x' : '+=2' }, 100) }, 100) });
#pun-intro{ background: url(LINK IMAGINE) repeat;}