pause-after
Definition
The pause-after property is used to specify a pause that occurs after an element has been rendered aurally.
Example
ul {pause-after: 20ms}
Characteristics
Possible values
- time
- Specifies the length of the pause in absolute units of time (seconds and milliseconds).
- percentage
- Refers to the inverse of the value of the speech-rate property. For example, if the speech-rate is 120 words per minute (i.e., a word takes half a second, or 500 ms, to pronounce) then a pause-after of 100% indicates a pause lasting 500 ms after the element, while a pause-after of 20% indicates a pause lasting 100 ms.
inherit- Use the same computed value as the parent element for this property.
Default value
0
Applies to
All elements
Inherited
No
See also