jQuery-jSlots
jQuery-jSlots copied to clipboard
Horizontal spin
I need to move the object horizontally. Anyone can help me?
Not supported in any way, but the mechanism is there if you want to rewrite for your needs. You'd just be animating a left position (or translateY for way better perf) instead of top. I encourage you to dig in, its fairly readable and easy to edit.
https://github.com/matthewlein/jQuery-jSlots/blob/master/jquery.jSlots.js#L135-L139