Is backwardHover possible?
Opened this issue · 2 comments
sdhrjm commented
Simple, but great plugin!!
Is therea feature to scroll the items backward on hover?
Thanks.
dragan2234 commented
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.
wonderer007 commented
@dragan2234 Thanks you so much it works for me ;)