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
Try
webkitAnimationEnd oanimationend msAnimationEnd animationend
instead of
transitionend MSTransitionEnd webkitTransitionEnd oTransitionEnd
This worked for me.