Rotates the element around the y-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(0, 1, 0, a).
Syntax | |
---|---|
CSS Transforms Level 2 | rotateY( [ <angle> | <zero> ] ) |