limitMoveNum:2,// 开始无缝滚动的数据量 this.dataList.length hoverStop:true,// 是否开启鼠标悬停stop direction:1,// 0向下 1向上 2向左 3向右 openWatch:true,// 开启数据实时监控刷新dom singleHeight:0,// 单步运动停止的高度(默认值0是无缝不停止的滚动) direction => 0/1 singleWidth:0,// 单...
height:0//或者改成: marginTop: -height + 'px' },500,function() {// 动画结束后,把它插到最后,形成无缝$first.css('height', height).appendTo($parent);// $first.css('marginTop', 0).appendTo($parent); }); }; setInterval(function(){doscroll()},2000); Demo1点击预览 Demo2...