Created
April 19, 2011 18:32
-
-
Save joecritch/929191 to your computer and use it in GitHub Desktop.
Part 2 - Options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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