slideDoor的缓慢滑动效果如何添加?
css样式中添加: #box *{ transition: all linear 200ms; }
慕课里有关于运动的视频讲解,你可以看一下,需要设置定时器,然后控制每段时间运动距离
box.style.transition = .5 +'s';