jquery-scrollbox
jquery-scrollbox copied to clipboard
Is backwardHover possible?
Simple, but great plugin!! Is therea feature to scroll the items backward on hover? Thanks.
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 Thanks you so much it works for me ;)