Home > Web Front-end > CSS Tutorial > Break before CSS Speech Media Properties

Break before CSS Speech Media Properties

王林
Release: 2023-08-27 19:33:03
forward
488 people have browsed it

CSS 语音媒体属性之前的休息

The CSS rest-after property is useful for voice media to set a pause before an element.

Let's see an example of the rest-before voice media property

h1 {
   rest-before: 15ms;
}
Copy after login

Time to set the pause in milliseconds.

The above is the detailed content of Break before CSS Speech Media Properties. 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