The transition-delay property specifies when the transition effect will start.The transition-delay value is defined in seconds (s) or milliseconds (ms).
transition-delay: time|initial|inherit;
div { -webkit-transition-delay: 2s; /* Safari */ transition-delay: 2s;}