animation-duraction

The animation-duration property specifies the time in seconds or milliseconds how long one animation cycle should last. The default value is 0s, which means there is no animation. You can specify multiple values by listing them separated by commas. Negative values and values without time units (s or ms) are not allowed and will be ignored.

Syntax



animation-duration: time;