CSS PAUSE-AFTER - CSS3 Examples

CSS PAUSE-AFTER

Written by jon on 1:15 AM
This property specifies a pause to be inserted after speaking an element’s content. The pause is inserted between the element’s content and any ‘cue-before’ or ‘cue-after’ content.
Example
blockquote { pause-after: 1.5s }

<blockquote style=”pause-after: 1.5s”>text</blockquote>

Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent.
[time] Sets the pause length to a time measurement (see the time units for more details)
[percentage] Refers to the inverse of the value of the 'speech-rate' property. (eg: a value of 100% for ‘pause-after' with a 'speech-rate' of 60 words per minute would create a pause of 1 second.)

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS PAUSE-AFTER ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :