Rotates the element around a fixed axis without deforming it. The first three function arguments specify a vector that denotes the axis of rotation. If the angle is positive then the rotation is clockwise, if the angle is negative then the rotation is counter-clockwise.
Syntax | |
---|---|
CSS Transforms Level 2 | rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] ) |