i have been searching around stackoverflow for an answer for a while but it seems to me this isn\'t been questioned before.
excuses if i might have missed the answer som
Have you tried a delay in this form?
transition-delay: 2s; -webkit-transition-delay: 2s; /* Safari */
or:
animation-delay:2s; -webkit-animation-delay:2s; /* Safari and Chrome */