I'm looking to create the storyboard idea that oDesk uses on http://www.odesk.com/w/odesk_story
I like the way the html is laid out but I can't seem to find the javascript that controls it.
If I were to recreate that functionality exactly, what would be the best plugin to use.
Or for that matter is it hard to write it myself?
In summary.
There would be 5 story blocks with the first one shown and the others hidden. As you click next it hides the first and shows the next one.
Lets assume we want a jquery code that can handle different amounts of slides.
Bit rusty on my jQuery, any help or tips would be greatly appreciated. Would do me no harm to try write my own code.
UPDATE:
In the end, I actually got it working without any javascript. I just used anchor text and overflow:hidden amount a few other css attributes to make it work. The only thing is it doesn't have a nice slide effect. If I want to add a transition to an anchor link what is the best way to do that?