views:

15

answers:

0

I want to make a rotator for a Twitter feed on my site that will cycle through all the tweets in a way that shows 3 tweets at a time. The center would be highlighted and larger while the other two would be smaller and behind the middle one. They would then rotate through on a timer.

I normally use jQuery and would think the Cycle plugin could do this, but not completely sure since it normally just shows one at a time. How could I do it with that? Or is there any other way to do it?