javascript - JQuery: How does Gowalla perform it's "slide" effect? -


how gowalla.com perform it's slide effect on frontpage?

what jquery effect can mimic functionality of sliding down effect?

in jquery, can use slidedown similar, gowalla seems use different method:

the individual panels inside parent panel periodically changes position. is, panels aren't animating, , nothing changing size: it's moving panels through viewport. when reaches bottom, gowalla page stops - loads enough panels 4 minutes of sliding - though in case, might want take panels off bottom , push them in top make continuous.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -