CSS rest-before Speech Media property


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

Let us see an example of rest-before speech media property

h1 {
   rest-before: 15ms;
}

The time sets the pause in milliseconds.

Updated on: 25-Jun-2020

80 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements