Sayan
0
Q:

css transition delay

div {
	transition-delay: 2s;
}
5
/* Answer to: "css animation delay" */

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

div {
  animation-delay: 2s;
}
1

New to Communities?

Join the community