Search code examples
webkitrotationtransformdirection

Direction of Webkit rotation-transform?


is there a way to change the direction of the webkit rotation-transform? Currently it rotates an object to the right, but I would need to rotate it to the left.

edit: the angle it should rotate, i parse out of a document, so it's fixed!

Any ideas? Thanks!


Solution

  • You can rotate by a negative angle.