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