Scolling list with jQuery

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-02-28T23:30:33Z Indexed on 2010/05/27 20:11 UTC
Read the original article Hit count: 160

Filed under:
|
|

My javascript is not up to scratch at the moment and I am stumped with this!

I need to create an animated list with javascript like this one - http://www.fiveminuteargument.com/blog/scrolling-list.

What I want is to take a list like so

<ul>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li> 
    <li>Item 4</li>
    <li>Item 5</li>
    <li>Item 6</li>
</ul>

And display two at once, then display them in a loop, 2 at a time.

Even pseudo code would help to get me started.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about list