JQuery plugin required: Marquee text with mouse direction control

I'm looking for a jQuery plugin to highlight text in a div and control the direction with the mouse. I found one example which is written in pure Javascipt.

The plugin should have the following functionality:

  • Start scrolling on hover
  • The scrolling direction must be changed by moving the music.

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

+3


source to share


1 answer


Check this page, guess where you are looking for,



http://remysharp.com/demo/marquee.html

-1


source







All Articles