Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css animation delay

/* Answer to: "css animation delay" */

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

div {
  animation-delay: 2s;
}
 
PREVIOUS NEXT
Tagged: #css #animation #delay
ADD COMMENT
Topic
Name
9+4 =