jQuery-jSlots icon indicating copy to clipboard operation
jQuery-jSlots copied to clipboard

Horizontal spin

Open byeze opened this issue 10 years ago • 1 comments

I need to move the object horizontally. Anyone can help me?

byeze avatar Nov 29 '15 20:11 byeze

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

matthewlein avatar Nov 30 '15 01:11 matthewlein