1 回答
已采纳
一瞬儿光
TA贡献178条经验 获得超70个赞
<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>
图片,放大倍数,移动速度,放大速度自己替换就好了。
添加回答
举报
0/150
提交
取消