

- 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 voice-duration Speech Media property
The voice-duration property in CSS is used where synchronization of speech is done with other media.
The following is an example to implement the voice-duration speech media property
p { voice-duration: 5s; }
Above you can set auto value also.
The auto value rectify a used value corresponding to the duration of the speech synthesis when using the inherited voice-rate. This is when you use inherited voice-rate.
- Related Questions & Answers
- CSS voice-volume Speech Media property
- CSS voice-stress Speech Media property
- CSS voice-balance Speech Media property
- CSS voice-range Speech Media property
- CSS voice-rate Speech Media property
- CSS voice-pitch Speech Media property
- CSS rest Speech Media property
- CSS rest-before Speech Media property
- CSS speak-as Speech Media property
- CSS rest-after Speech Media property
- CSS speech-rate property
- CSS voice-family Property
- CSS animation-duration property
- CSS transition-duration property
- CSS media types
Advertisements