
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
CSS pause-before property
This property specifies a pause to be observed before speaking an element's content. The possible values are
- time − Expresses the pause in absolute time units (seconds and milliseconds).
- percentage − Refers to the inverse of the value of the speech-rate property. For example, if the speech-rate is 120 words per minute (i.e. a word takes half a second, or 500ms), then a pause-before of 100% means a pause of 500 ms and a pause-before of 20% means 100ms.
- Related Questions & Answers
- CSS pause property
- CSS pause-after property
- CSS cue-before Property
- CSS rest-before Speech Media property
- CSS :before pseudo-element
- CSS outline property
- CSS height property
- CSS width property
- CSS padding property
- CSS pitch property
- Orphans CSS Property
- CSS azimuth Property
- CSS stress property
- CSS background property
- CSS volume Property
Advertisements