javascript - stop image crawler on mouse hover -


how can stop crawler dynamicdrive.com on mouse over. tried options like:

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

by changing to:

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

but didn't work.

this crawler goes left when point mouse right of container need stop when mouse on container.

here's link of page:

http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm

try increasing neutral absurd 65000.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -