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
function atload() {dom_rdy()}window.onload=atload;
Paste it on the top of your js, and working with function dom_rdy() it will calls when dom is ready, without jQuery and others tons of code.
dom_rdy()