Skip to content

Instantly share code, notes, and snippets.

@rememberlenny
Created March 15, 2013 22:41
Show Gist options
  • Save rememberlenny/5173704 to your computer and use it in GitHub Desktop.
Save rememberlenny/5173704 to your computer and use it in GitHub Desktop.
Activates Orbit Slider on Foundation, then pauses on load.
$('#case-sliders').foundation('orbit', { stack_on_small: false, animation_speed: 750, bullets: false, bullets: true, }, function (response) {
$('#case-sliders').find('.orbit-timer span').click();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment