Copyright © tutorialspoint.com

CSS - pause-after

previous next


Description:

The pause-after property defines the duration of a silent pause to be inserted after the content of an element.

Possible Values:

DOM Syntax:

object.style.pauseAfter="300ms";

Applies to:

All the HTML elements

Example:

Here is the example:

<style tyle="text/css">
<!--
table {pause-after: 1500ms;}
li {pause-after: 50%;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com