CSS pitch-range Property
Description
The pitch-range
property defines the variation in pitch for when the element is read.
- Initial value50
- Applies toAll elements
- InheritedYes
- MediaAural
- Computed valueAs specified
- AnimatableNo
- CSS VersionCSS2, CSS3
- JavaScript syntaxobject.style.pitchRange
Syntax
Formal syntax: <number> | inherit pitch-range: 50;
Values
- <number>A value between '0' and '100'. A pitch range of '0' produces a flat, monotonic voice. A pitch range of 50 produces normal inflection. Pitch ranges greater than 50 produce animated voices.
- inherit
Example
p {pitch-range: 75;}
Browser Support
?![]() | ?![]() | ?![]() | ?![]() | ?![]() |
View All CSS Properties
Errors? Please help to keep this list up to date, If you find any errors, please contact us, so that we can get them fixed.