jquery-scrollbox icon indicating copy to clipboard operation
jquery-scrollbox copied to clipboard

Is backwardHover possible?

Open sdhrjm opened this issue 8 years ago • 2 comments

Simple, but great plugin!! Is therea feature to scroll the items backward on hover? Thanks.

sdhrjm avatar Aug 16 '16 08:08 sdhrjm

You can add same lines as forwardHover, and in scrollBackward definition, last statement is nextScrollId = setTimeout(forward, config.delay * 1000); you just change forward to backward and thats it.

dragan2234 avatar Dec 01 '17 01:12 dragan2234

@dragan2234 Thanks you so much it works for me ;)

wonderer007 avatar Dec 03 '19 12:12 wonderer007