- JavaScript完美弹性运动+拖拽
作者:秋了秋 发表时间:2016年01月28日
- 代码详情: #div1{background:green;width:100px;height:100px;border-radius:50%;background-size: cover;position:absolute;cursor:default;top:100px;left:100px;color:white;line-height:100px;text-align:center;} 请拖动我 $(function(){ var oDiv=document.getElementById('div1'),width=oDiv.offsetWidth,height=oDiv.offsetWidth; var speedX=0,speedY=0,lastX=0,l...