I have the css code:
body.start{-webkit-animation:srcb ease-in .4s 1;}
and just play once when entered the website
but the problem
Another way perhaps?
$(window).load(function(){ setTimeout(function(){ $('body.start').removeClass('start') }, 4000); });