为了账号安全,请及时绑定邮箱和手机立即绑定

jquery 动画 沿着中心点 怎么弄?

jquery 动画 沿着中心点 怎么弄?

扬帆大鱼 2019-02-01 14:12:06
<html><head><script src="./js/jquery-1.11.3.js"></script><script>     function sssss(){      $(".dotB").animate({width:"200px", height:'200px'},500);      $(".dotB").animate({width:"50px", height:'50px'},500,sssss);    }    $(document).ready(function (){        sssss();    });</script></head><body style="width:700">    <div class="dotB" style="position:absolute;background: red;left: 200px;top:300px;border-radius: 50%">b</div></body></html>我想让他参照圆心变化 怎么弄??
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 420 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信