This attribute specifies the pause to observe before speaking the element's contents. Possible values are
-
time - represents the pause in absolute time units (seconds and milliseconds).
-
percentage - refers to the reciprocal of the speech-rate attribute value. For example, if the speech rate is 120 words per minute (that is, one word takes half a second or 500 milliseconds), then pause-before of 100% means a pause of 500 milliseconds, and pause-before 20% means 100 milliseconds.
The above is the detailed content of Pause before CSS property. For more information, please follow other related articles on the PHP Chinese website!