From start to finish
animation-duration

Specify the amount of time for the animation to take, from start to finish.
Property values
The number of seconds or milliseconds from start to finish:
s | seconds |
ms | milliseconds |
Examples
animation-duration: 7.5s;
animation-duration: 7500ms;