0

マウスオーバーで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,

しかし、それは機能しませんでした。

このクローラーは、マウスをコンテナーの右側に向けると左に移動しますが、マウスがコンテナーの上にあるときに停止する必要があります。

そのページのリンクは次のとおりです。

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

4

1 に答える 1

0

neutralのようなばかげたものに増やしてみてください65000

于 2013-03-25T05:03:23.600 に答える