Skip to content

Instantly share code, notes, and snippets.

@tulios
Created December 14, 2012 13:54
Show Gist options
  • Select an option

  • Save tulios/4285610 to your computer and use it in GitHub Desktop.

Select an option

Save tulios/4285610 to your computer and use it in GitHub Desktop.
$("#slide-container").destaque({
autoSlideDelay: 10000,
resumeSlideDelay: 10000,
onInit: function(instance) {
instance.pause();
},
onResume: function(instance) {
instance.pause();
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment