The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Aural |
| Previous Style: pause | Next Style: pause-before |


pause-after

Specifies the length of a pause that comes after an element is rendered aurally.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

See Also:

pause, pause-before, speech-rate

Possible Values:

percentage
The length of the pause as a percentage of the current per-word value of the speech-rate property.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • For example, if the rate of speech is 120 words per minute, this translates to one word every 500ms. Therefore, a percentage value of 200% results in a pause of 1000ms (1 second).

[time]
The specific length of the pause.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • Specify a time using either milliseconds (ms) or seconds (s).

Example:
<DIV STYLE="pause-after: 2.5s">

| Index | Current Category: Aural |
| Previous Style: pause | Next Style: pause-before |