100
The Aural Media Elevation Property
The CSS aural media elevation property sets where the sound should come from vertically. Its possible values are:
- angle:It specifies the elevation as an angle, between -90deg and 90deg. 0deg means on the forward horizon, which loosely means level with the listener. 90deg means directly overhead and -90deg means directly below.
- below:It is same as ‘-90deg’.
- level:It is same as ‘0deg’.
- above:It is same as ’90deg’.
- higher:It adds 10 degrees to the current elevation.
- lower:It subtracts 10 degrees from the current elevation.
Syntax:
Next TopicCSS Pause Before