Home > Article > Web Front-end > Detailed explanation of azimuth attribute in css sound attribute
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; }
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!