一瞬儿光
<img src="4.jpg" style="width: 100px;height: 100px;border: 1px solid;position: absolute;"><script type="text/javascript">
$(function(){
$("img").animate({
left:'+=300px',
},'slow',function(){
$("img").animate({top:'+=300px'},'slow',function(){
$("img").delay(3000).animate({width:"200px",height:"200px"},'slow');
});
})
})
</script>图片,放大倍数,移动速度,放大速度自己替换就好了。