animation-delay property specifies the delay before the animation starts playing.
animation-delay
animation-delay: 3s; animation-delay: 2s, 4ms;
duration
delay
/* default value: 0s */ animation-delay: <time>;
Loading...