I bumped into this code:Foursquare like feed here's the working DEMO
but I can't figure out why it makes all the feeds ("#feed0", "#feed1","#feed2" ...) altogether??
Ironically... Why does this code work? :)
There is some part that erases the feed when it comes to its end, I don't know why. It looks pretty standard but I am not a jQuery expert.
I did notice the animations complete right on the spot.
The shift()
function happens right away and the animation happen just after it completes.
- What makes the bunch of divs move together?
- what is needed to make it operate on n number of feeds?