Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

pause

Definition

The pause property is a shorthand method of setting pause-before and pause-after property values. If a single value is given to the pause property, it will apply to both the pause-before and pause-after properties. If two values are given, the first is applied to the pause-before property and the second is applied to the pause-after property.

Example

  1. h1 {pause: 20ms}
  2. h2 {pause: 30ms 40ms}

Characteristics

Possible values

One of the following:

  • Value from pause-before or pause-after. The same value will be applied to both pause-before and pause-after.
  • Values from pause-before and pause-after, separated by a space.
  • inherit
    Use the same computed value as the parent element for this property.

Default value

0 for both pause-before and pause-after.

Applies to

All elements

Inherited

No

See also