Anyone know how to start a css3 animation after the rest of the page loads completely (images and everything)?
I am using a delay right now to mimic it but this is n
div { -webkit-animation-delay: 5s; animation-delay: 5s; }