Skip to content

Instantly share code, notes, and snippets.

@holden
Created December 22, 2011 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holden/1509449 to your computer and use it in GitHub Desktop.
Save holden/1509449 to your computer and use it in GitHub Desktop.
simple kickofflabs demo
$( '#template' ).howdyDo({
action : 'push', //can also be set to scroll (to always show bar)
easing : 'easeOutBounce', //can use any of jquery easing methods
duration : 500,
barClass : 'howdydo-style'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment