Home > Web Front-end > CSS Tutorial > CSS voice-rate voice media property

CSS voice-rate voice media property

WBOY
Release: 2023-09-17 20:25:03
forward
764 people have browsed it

CSS voice-rate 语音媒体属性

#The CSS voice-rate property specifies the rate of speaking in words per minute. Set the rate using the following values ​​

voice-rate: [normal | x-slow | slow | medium | fast | x-fast]
Copy after login

If you want slow speech, set to slow; if you want a slower speed, set to x-slow.

Set faster voice rate:
p {
   voice-rate: x-fast;
}
Copy after login

Set voice rate in percentage

p {
   voice-rate: 40%;
}
Copy after login

The above is the detailed content of CSS voice-rate voice media property. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template