I'd like to do the strangest thing: make a value change with animate which isn't a css property but just a variable.
I need this because I want to rotated an element when an user clicks on its border. So I need to animate the angle value and then use it in a custom drawing algorithm.
I tried to use css property of an hidden DIV just to store it's angle value and animate it, but it doesn't work properly.
Can anyone helps me with it please?