Skip to content

Instantly share code, notes, and snippets.

@ZenCocoon
Created August 17, 2010 18:14
Show Gist options
  • Save ZenCocoon/531226 to your computer and use it in GitHub Desktop.
Save ZenCocoon/531226 to your computer and use it in GitHub Desktop.
var vCarousel = new S2.UI.Carousel("vcarousel", {orientation: 'vertical', cycle: 'loop'});
new PeriodicalExecuter(function(pe) { vCarousel.scrollNext(); }, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment