Rotate
The rotate() CSS function defines a transformation that rotates an element around a fixed point on the 2D plane, without deforming it.
| Class | Properties |
|---|---|
| wpex-rotate-0 | transform: rotateZ(0deg) |
| wpex-rotate-45 | transform: rotateZ(45deg) |
| wpex-rotate-90 | transform: rotateZ(90deg) |
| wpex-rotate-180 | transform: rotateZ(180deg) |
| -wpex-rotate-45 | transform: rotateZ(-45deg |
| -wpex-rotate-90 | transform: rotateZ(-90deg) |
| -wpex-rotate-180 | transform: rotateZ(-180deg) |