Skip to content

Instantly share code, notes, and snippets.

@keeprock
Created March 18, 2015 11:12
Show Gist options
  • Save keeprock/c08baf2ea2e1f5896caf to your computer and use it in GitHub Desktop.
Save keeprock/c08baf2ea2e1f5896caf to your computer and use it in GitHub Desktop.
Set different timeout duration for multiple Caroufredsel sliders
auto: {
play: true,
onAfter: function (data) {
$(this).triggerHandler('configuration').auto.timeoutDuration = Math.floor(Math.random()*(max-min+1)+min);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment