Javascript 鼠标悬停时停止图像爬虫

Javascript 鼠标悬停时停止图像爬虫,javascript,slider,web-crawler,Javascript,Slider,Web Crawler,如何在鼠标悬停时从dynamicdrive.com停止此爬虫程序。我尝试了以下几种选择: 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:

如何在鼠标悬停时从dynamicdrive.com停止此爬虫程序。我尝试了以下几种选择:

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: false,
改为:

inc: 20, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'pause', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 3,
neutral: 150,
savedirection: true,
random: false,
但它不起作用

当我将鼠标指向其容器的右侧时,该爬虫向左移动,但当鼠标位于其容器上方时,我需要它停止移动

以下是该页面的链接:


试着把
中性的
增加到像
65000
这样荒谬的水平