css animation delay

CSS
/* Answer to: css animation delay */

/*
  The animation-delay property specifies a delay for the start of an animation.
*/

div {
  animation-delay: 2s;
}
Source

Also in CSS: