(function ($) { "use strict"; jQuery(window).load(function () { (function bgLoop() { $('.banner').animate({ 'background-position': '-=50' }, 1200, 'linear', bgLoop); }()); }); })(jQuery);