3

I am searching a jQuery plugin to marquee text in a div and control the direction with mouse. I've found one example which is written in pure Javascipt.

The plugin must have these functionalities:

  • Start scrolling on mouse hover
  • Scrolling direction must be change by muse movements.

It would be great if scrolling speed also change with mouse movements.

Berkay Turancı
  • 3,373
  • 4
  • 32
  • 45
trkaplan
  • 3,217
  • 2
  • 23
  • 26
  • 1
    Why do you want a jQuery plugin? jQuery is just a layer above JavaScript, so what's the problem with just using the linked script? – Marcel Korpel Feb 04 '13 at 16:36
  • 1
    I want to use it as a plugin, so i can give this feature any element with class: "marqueeText" on my page. The example script needs an ID to work. Maybe modifying the exmaple script need my meet. – trkaplan Feb 04 '13 at 16:41

0 Answers0