The CSS reference
"pause" - css property (v. css 2)
- Indicates the pause properties in one declaration. It is a shorthand for setting 'pause-before' and 'pause-after' .
- If two values are given, the first value is 'pause-before' and the second is 'pause-after' .
- If only one value is given, it applies to both properties.
- Initial value: see individual properties
- The property is not inherited
- HTML usage: all elements
- The pause is inserted between the element's content and any 'cue-before' or 'cue-after' content.
-
Browsers that support the pause - property :
h1 { pause: 20ms } /* pause-before: 20ms;
pause-after: 20ms */
h2 { pause: 30ms 40ms } /* pause-before: 30ms;
pause-after: 40ms */
© 2010 by Finnesand Data.
All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the
correctness in the pages or source codes.
The risk of using this web-site pages or any program
codes from this website is entirely at the individual user.