Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created March 5, 2010 19:05
Show Gist options
  • Select an option

  • Save jpoz/323019 to your computer and use it in GitHub Desktop.

Select an option

Save jpoz/323019 to your computer and use it in GitHub Desktop.
behavior: function(options) {
var self = this;
self.click(function() {
self.animate({ opacity: 0.4 }, 1500 );
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment