Hi,
first: great plugin - I like it a lot!
I tried to rotate the picture in an other angle than 90°
I changed the source like this:
to
return unless angle isnt 0 and angle % 5 is 0
and
to
rotateLeft: -> @enabled and (@_rotate(-5); @_trigger('rotateLeft'))
rotateRight: -> @enabled and (@_rotate(5); @_trigger('rotateRight'))
but the image gets distorted in some angels.
Do you've got a solution for that ?
Thanks a lot!
Martin