Detailed explanation of azimuth attribute in css sound attribute

黄舟
Release: 2017-07-17 14:23:23
Original
2940 people have browsed it

left-side : The angle value is 270deg | 90deg
far-left : The angle value is 300deg | -60deg
left : The angle value is 320deg | -40deg
center-left: The angle value is 340deg | -20deg
center: The default value. The angle value is 0deg
center-right : The angle value is 20deg | -340deg
right : The angle value is 40deg | -320deg
far-right : The angle value is 60deg | -300deg
right-side: The angle value is 90deg | -270deg
leftwards: Relative to the inherited value or absolute reference angle minus 20deg (counterclockwise)
rightwards: Relative to the inherited value or absolute Reference angle plus (clockwise) 20deg
Example:

div { azimuth : 30deg; } 
p { azimuth : center-left; } 
body { azimuth: 75deg; }
Copy after login

Does anyone have any advice? I don’t quite understand it

azimuth
Basic features
Initial value: center Applicable to: all elements
Inheritance: Yes Percentage: N/A
Media: aural version : CSS2
Compatibility: None

Basic Syntax
azimuth: left-side | far-left | left | center-left | center | center-right | right | far-right | right- side | leftwards | rightwards | angle
Syntax value
left-side :? The angle value is 270deg | 90deg
far-left :? The angle value is 300deg | -60deg
left :? The angle value Is 320deg | -40deg
center-left :? The angle value is 340deg | -20deg
center :? The default value. The angle value is 0deg
center-right :? The angle value is 20deg | -340deg
right :? The angle value is 40deg | -320deg
far-right :? The angle value is 60deg | -300deg
right-side :? Angle value is 90deg | -270deg
leftwards :? Relative to inherited value or absolute reference angle minus (counterclockwise) 20deg
rightwards :? Relative to inherited value or absolute reference angle plus (clockwise) )20deg
angle:? Specifies the angle value. There are unitsinteger. The value range is -360deg to 360deg.
The unit is deg. Please refer to the angle unit
Instructions
Set or retrieve the sound field angle of the current sound. The corresponding scripting attribute is azimuth .

The above is the detailed content of Detailed explanation of azimuth attribute in css sound attribute. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
css
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!