Is there a way to rotate an object by a specific degree, rather than to a specific degree?
I am familiar with using transform/-webkit-transform
to rotate an object by a set degree, but I am looking for a method that will rotate my object by the specified angle regardless of its current orientation.
Any assistance would be greatly appreciated.