[jQuery Cycle/ScrollTo] How to recreate this interface?
I would like to create an interface that is similar to this website:
http://www.spin.co.uk
However, I would like it to scroll to the next image
vertically instead of horizontally.
Would it make more sense to use the JQuery Cycle plugin (see the "scrollRight" demo at
http://www.malsup.com/jquery/cycle/
, it's sort of close to what I need)
Alternatively I've been looking at the ScrollTo plugin (
http://demos.flesler.com/jquery/scrollTo/
).
The main thing is that the following and previous image in the slideshow should be visible in the margins of the viewport.
Thanks for your help/ideas :)