Skip to content

Instantly share code, notes, and snippets.

@codeink
Created April 27, 2013 09:00
Show Gist options
  • Save codeink/5472392 to your computer and use it in GitHub Desktop.
Save codeink/5472392 to your computer and use it in GitHub Desktop.
$(function() {
$("#1").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return true;
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment