var flag = true;
写在 定时器外面,后面的fn()不执行
写在 定时器里面,变化的位置到不了400,回不去0
怎么解决啊?????
写在 定时器外面,后面的fn()不执行
写在 定时器里面,变化的位置到不了400,回不去0
怎么解决啊?????
2016-09-09
<style type="text/css">
*{margin: 0;padding: 0;}
#div1{width: 200px;height: 600px;background: red;position: relative;left: -200px;top:0;}
#div1 span{width: 20px;height: 50px;background: blue;position: absolute;top: 75px; left: 200px;}
</style>
*{margin: 0;padding: 0;}
#div1{width: 200px;height: 600px;background: red;position: relative;left: -200px;top:0;}
#div1 span{width: 20px;height: 50px;background: blue;position: absolute;top: 75px; left: 200px;}
</style>
2016-09-09