Would be nice to set a return false; on the start function event to stop rotation if a condition is met. I'm trying to do it now, but it doesn't stop rotating the element. It just prevents the custom function execution, but not the rotation (like with jQuery UI resizable).
Hi again!
Would be nice to set a
return false;
on thestart
function event to stop rotation if a condition is met. I'm trying to do it now, but it doesn't stop rotating the element. It just prevents the custom function execution, but not the rotation (like with jQuery UI resizable).Thanks in advance.
Best regards, Daglimioux.