Soar sky animate

by oterox

HTML

<div id="wrapper">
        
</div>

CSS

body { background: #FFFFFF; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size:12px; }
        #wrapper { width: 1000px; margin: 0 auto; position:relative; background: url('http://dev.thepixellary.es/starry_sky.jpg') no-repeat left center; height: 710px;}

JavaScript

$(function(){
        $("#wrapper").animate({    backgroundPosition: '-261px 20px' }, 12000 );
    });