Copyright © tutorialspoint.com

CSS - pause

previous next


Description:

The pause is a shorthand element for pause-before and pause-after.

Possible Values:

DOM Syntax:

object.style.pause="150ms";

Applies to:

All the HTML elements

Example:

Here is the example:

<style tyle="text/css">
<!--
a:link, a:visited {pause: 25%;}
h1 {pause: 2s 250ms;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com