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:
try increasing neutral
absurd 65000
.
Comments
Post a Comment