Skip to content

Instantly share code, notes, and snippets.

@joecritch
Created April 19, 2011 18:32
Show Gist options
  • Save joecritch/929191 to your computer and use it in GitHub Desktop.
Save joecritch/929191 to your computer and use it in GitHub Desktop.
Part 2 - Options
// Static constructs
$.motionlab = $.motionlab || {};
$.motionlab.simpleScroll = {
conf: {
auto_slide: 0,
hover_pause: 0,
auto_slide_seconds: 1000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment