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

Break before CSS Speech Media Properties

王林
王林forward
2023-08-27 19:33:03517browse

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;
}

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!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete