CSS Pause-After Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The pause-after property defines a pause observed after speaking the element's content.
Syntax
pause-after: [value];
Possible values
- [time]
- [percentage]
- inherit
Initial Value
Depends on user agent
Applies To
All elements
Inherited
No
Media
Aural
Example
table {pause-after: 25ms;}
Loading Twitter