Our transform support is decent, but apparently incomplete (and possibly outdated ... we implemented it a while ago). I checked the code and we only support
rotate(), not any of the axis variants such as
rotateZ(). For the purposes of rotating an image on the Z axis you can use the rotate function. Be sure to specify the transform origin, you probably want 50%. Like so:
Would you mind
opening an issue for this. We'll need to work on the code, but apparently our docs need to be updated to reflect current support.