- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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 rest Speech Media property
The rest property is a shorthand property for rest-before and rest-after properties. Set a pause before or after the element.
The following is the syntax:
rest: rest-before rest-after
Here,
- rest-before: Rest for some seconds before
rest-after: Rest for some seconds after
Example
The following is an example of rest speech media property:
h1 { rest: 15ms 20ms; }
- Related Articles
- CSS rest-before Speech Media property
- CSS rest-after Speech Media property
- CSS voice-volume Speech Media property
- CSS voice-stress Speech Media property
- CSS voice-balance Speech Media property
- CSS voice-duration Speech Media property
- CSS voice-range Speech Media property
- CSS voice-rate Speech Media property
- CSS speak-as Speech Media property
- CSS voice-pitch Speech Media property
- CSS speech-rate property
- CSS media types
- CSS @media rule
- Paged Media in CSS
- Aural Media with CSS

Advertisements