Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML
IMCreator - Free Website Builder

CSS pause

Also see the full, alphabetical list of CSS properties


The CSS pause property is CSS shorthand for specifying shorthand property for specifying pauses in aural media.

Also see pause-before and pause-after.

Syntax: pause: <value1>, <value2> ...
Possible Values:
  • <time> - specify seconds or milliseconds.
  • <percentage> - based on the speech-rate in words per minute.
  • inherit
Initial Value: Depends on user agent
Applies to: All elements.
Inherited: No
Media: Aural
Example:
h1 { pause: 25ms }
td { pause: 25ms 30ms }
The first example uses one value to specify a pause before and after, the second example uses one value for before and another value for after.

Also see all CSS properties listed alphabetically


Enjoy this page?

  1. Link to this page (copy/paste into your own website or blog):
  2. Link to Quackit using one of these banner ads.

Thanks for supporting Quackit!