$(document).ready(function() {
 	$("#bubble").css({ width:"0%", height:"0%"});
      $("#bubble").animate({ 
        width: "580px",
        height: "400px",
      }, 380 );
});

