Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 20, 2011 00:14
Show Gist options
  • Save jdlich/1158369 to your computer and use it in GitHub Desktop.
Save jdlich/1158369 to your computer and use it in GitHub Desktop.
function slide(el, direction) {
el.stop(true,true)['slide' + direction](opts.speed);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment