I have fade effect structure. With the following:
var loopImages = function(){
You can try something like this with animate
animate
$(document).ready(function(){ $("#firstStar").animate({left:200, opacity:"show"}, 1500); });
Make sure the div is initially hidden (style="display:none;").