PAUSE Property In CSS
pause Property in CSS
pause property Shorthand property to set both pause values at once.
Possible Value:
Separate the values by a space in the following order: pause-before pause-after If only one pause value is declared, it is used for both before and after.
Examplediv { pause:200ms 100ms; }
div { pause:100ms; }