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