更新时间:2017-8-11 09:56:49
更新说明:删除错误代码,感谢网友的孤光提出的解决方案
这个尺寸怎么改成百分比或者vh啊??? 156行的px一改成百分比%,width和height数值就不对了
用谷歌调试的时候,鼠标经过中间图片,然后回到左边或者右边图片会报错,
Uncaught TypeError: Cannot read property 'timer' of undefined 。。。
将100行的
_this.doMove(this.getElementsByTagName("div")[0], {bottom:0})
和104行
_this.doMove(this.getElementsByTagName("div")[0], {bottom:-100})
注销掉后这个问题没了,而且不影响使用。