body { background:url(/global/elements/quicktime/loading.gif) no-repeat 50% 150px; }
body.loaded { background:transparent; }

#showcase .content,
#promobar,
#itunes,
#globalfooter { opacity:0; -webkit-transition:opacity .5s; }

.loaded #showcase .content,
.loaded #promobar,
.loaded #itunes,
.loaded #globalfooter { opacity:1; }

.revealed #showcase .content { position:static; }

#showcase .content:nth-child(1) { -webkit-transition-delay:.8s; }
#showcase .content:nth-child(2) { -webkit-transition-delay:.9s; }
#showcase .content:nth-child(3) { -webkit-transition-delay:1s; }
#showcase .content:nth-child(4) { -webkit-transition-delay:1.1s; }
#promobar { -webkit-transition-delay:1.6s; -webkit-transform:translateZ(0); }
#itunes { -webkit-transition-delay:1.7s; }
#globalfooter { -webkit-transition-delay:1.8s; }

.canceled #showcase .content,
.canceled #promobar,
.canceled #itunes,
.canceled #globalfooter { -webkit-transition:none; }
