Skip to content

Instantly share code, notes, and snippets.

@BugBuster1701
Created August 23, 2012 14:44
Show Gist options
  • Save BugBuster1701/3437292 to your computer and use it in GitHub Desktop.
Save BugBuster1701/3437292 to your computer and use it in GitHub Desktop.
Seite einblenden
window.addEvent("domready", function(){
$("wrapper").setStyle('opacity',0);
$("wrapper").set('tween', {duration: 'long'});
$("wrapper").tween('opacity', 1);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment