Copyright © tutorialspoint.com

CSS - pause-before

previous next


Description:

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

Possible Values:

DOM Syntax:

object.style.pauseBefore="300ms";

Applies to:

All the HTML elements

Example:

Here is the example:

<style tyle="text/css">
<!--
h2, h3, h4 {pause-before: 200%;}
ol li {pause-before: 1s;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com