transform: rotate(120deg) translate3d(0, 0, 0);

translate3d(0, 0, 0) translates the element in 3D space by 0 pixels along the X, Y, and Z axes. This is effectively a no-op, but it can help improve performance by triggering hardware acceleration on some devices.