I would like to have a slide like the one at the home page of Twitter. This means, to have many posts showing at the same time, and sliding them with a certain interval.
I've checked out the Cycle plugin of jQuery and I've seen that I could accomplish something like that using the scrollDown
effect, but the only problem is that one image at a time is being displayed.
Is there any way for showing more than one at a time? Or at least, using another plugin as well.