The <angle> CSS data type describes an amount of rotation; it is expressed with a number followed (without whitespace) by one of the recognized angle unit abbreviations.
Four angle units are available:
Measurements may be positive or negative, and may extend past the limit required to specify a full circle.
If using Javascript to set or manipulate styles requiring angle measurements, it is worth mentioning that the trigonometric Math functions use radians for angles.
Examples.a[href] {
display: block;
transition: transform 0.25s;
transform: rotateX(0deg);
}
a:hover {
transform: rotateX(1080deg);
}
Related specifications
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4