This post is part of a series delving on aural media and how it is incorporated on any given web document or page. Like the previous posts that discussed the general features of other properties, this post will also provide you with a relatively simple and concise explanation of each of the properties that will be covered here. Examples in codes and texts are likewise given for your easy understanding.

Pause-before property

This property specifies a pause to be observed after speaking an element’s content. The possible values are: TIME which expresses the pause in absolute time units (seconds and milliseconds); PERCENTAGE which refers to the inverse of the value of the speech-rate property e.g. 120 words per minute (i.e. a word takes half a second, or 500ms) then a pause-after of 100% means a pause of 500 ms and a pause-after of 20% means 100ms.

Pause-before property

This property specifies a pause to be observed before speaking an element’s content. The possible values are the same as the pause-before property.

The pause property

The pause property is the short method in expressing the pause-before and the pause-after. If two values are given, the first value is pause-before and the second is pause-after.

Example:


<style tyle=”text/css”><!–/* pause-before: 20ms; pause-after: 20ms */h1 { pause : 20ms }/* pause-before: 30ms; pause-after: 40ms */
h2{ pause : 30ms 40ms }
/* pause-before: ?; pause-after: 10ms */
h3 { pause-after : 10ms }
–>
</style>

Tags: ,

This entry was posted on 27 March 2008 at 1:12 AM and is filed under Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

One comment

1. 

[...] tagged auralOwn a Wordpress blog? Make monetization easier with the WP Affiliate Pro plugin. Aural Media: pause-after, pause-before and pause p… saved by 6 others     fruit9129 bookmarked on 03/29/08 | [...]

29 March 2008 at 10:15 PM

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment