Created
August 2, 2011 23:03
-
-
Save rdela/1121460 to your computer and use it in GitHub Desktop.
mikeHide by SlexAxton, "show() and hide() for visibility (not display)" - mahemoff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://twitter.com/#!/slexaxton/status/98504141877411842 | |
$.fn.mikeHide = function (t,cb) { | |
return this.animate({ | |
opacity:0 | |
},'swing',t,cb); | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
so we also need