Skip to content

Instantly share code, notes, and snippets.

@collin
Created August 31, 2008 21:40
Show Gist options
  • Save collin/8220 to your computer and use it in GitHub Desktop.
Save collin/8220 to your computer and use it in GitHub Desktop.
$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