Delay the start
animation-delay
Start the animation sequence after a short waiting period.
Property values
The number of seconds or milliseconds to wait:
| s | seconds |
| ms | milliseconds |
Examples
animation-delay: 5s;
animation-delay: 5000ms;
Start the animation sequence after a short waiting period.
The number of seconds or milliseconds to wait:
| s | seconds |
| ms | milliseconds |
animation-delay: 5s;
animation-delay: 5000ms;