Created
August 31, 2008 21:40
-
-
Save collin/8220 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$body | |
.append(welcome_dialog) | |
$#gist-live-welcome | |
.hide() | |
.center() | |
.gradient({ | |
from: '003366' | |
,to: '333333' | |
,position:'bottom' | |
}) | |
&.gradient | |
.css('opacity', 0.05) | |
.corner('wicked 20px') | |
fun and_remove | |
.remove() | |
fun hide_welcome | |
.fadeOut(3000, and_remove) | |
.fadeIn(1000, hide_welcome) | |
$#gist-live-welcome :hidden | |
.css('display', '') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment