我的滑块使用了jquery crawler插件。滑动时,滑块中存在波动。我怎么能删除那个???
这里是我的代码
<div id="mycrawler2" class="scroll">
<img src="https://imagizer.imageshack.us/v2/560x373q90/11/lm0a.jpg" border="0" width="610" height="446" />
<img src="https://imagizer.imageshack.us/v2/249x373q90/819/3xi4.jpg" border="0" width="674" height="446" />
<img src="https://imagizer.imageshack.us/v2/560x373q90/811/c34l.jpg" border="0" width="726" height="446" />
<img src="https://imagizer.imageshack.us/v2/300x400q50/832/oih7.jpg" border="0" width="728" height="446" />
<img src="https://imagizer.imageshack.us/v2/373x373q90/844/ybfp.jpg" border="0" width="833" height="446" />
<img src="https://imagizer.imageshack.us/v2/273x373q90/689/nkgc.png" border="0" width="834" height="446" />
</div>
这里是我的js
marqueeInit({
uniqueid: 'mycrawler2',
style: {
'padding': '0px',
'width': '100%',
'height': '446px'
},
inc: 20, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 3,
neutral: 150,
savedirection: true,
random: true
});
这里我的外部js