Rotates the element around the x-axis without deforming it. If the angle is positive then the rotation is clockwise, if the angle is negative then the rotation is counter-clockwise. This is a shortcut for rotate3d(1, 0, 0, a).
Syntax | |
---|---|
CSS Transforms Level 2 | rotateX( [ <angle> | <zero> ] ) |