Skip to content

Instantly share code, notes, and snippets.

@varemenos
Created March 1, 2012 19:14
Show Gist options
  • Save varemenos/1952415 to your computer and use it in GitHub Desktop.
Save varemenos/1952415 to your computer and use it in GitHub Desktop.
jQuery - Opening fade
$(document).ready(function () {
$('#plane').hide().delay(500).fadeIn(1000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment