Skip to content

Instantly share code, notes, and snippets.

@Electron-libre
Created April 13, 2010 16:08
Show Gist options
  • Save Electron-libre/364772 to your computer and use it in GitHub Desktop.
Save Electron-libre/364772 to your computer and use it in GitHub Desktop.
".opacify".on({
mouseover: function(e){
e.target.morph({opacity: '1'})
},
mouseout: function(e){
e.target.morph({opacity: '0.7'})
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment