Beginners question... but how do I reverse the direction of a rotating object?
At the moment, my code looks like this:
Utils.interval 0, ->
hands.animate
properties:
rotationZ: hands.rotationZ + 60
How do I get the layer to rotate in an anti-clockwise direction?
Cheers. And thanks.
3 Comments