マウスオーバーで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,
しかし、それは機能しませんでした。
このクローラーは、マウスをコンテナーの右側に向けると左に移動しますが、マウスがコンテナーの上にあるときに停止する必要があります。
そのページのリンクは次のとおりです。