var root = $(document.documentElement); 
$(window).load(function(){setTimeout(function(){ root.addClass("animate"); }, 500); });
