You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Image rotation does not occur smoothly when clicking rotation buttons. It seems calling animate with value + 'deg' causes the problem (the slider doesn't have this problem).
To Reproduce
Steps to reproduce the behavior:
Select an image with the 'resize' plugin properly configured and activated.
Select the rotate and resize menu.
Click on the rotate menu.
Click the rotate 90 degrees button.
See error
Expected behavior
I expect smooth rotation between different angle -90, -180, -270 and -360 or 90, 180, 270 and 360.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [Windows]
Browser [chrome]
Version [104.0.5112.102 64 bits]
Additional context
I already understand that the problem is in the image update function.
Describe the bug
Image rotation does not occur smoothly when clicking rotation buttons. It seems calling animate with
value + 'deg'
causes the problem (the slider doesn't have this problem).To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect smooth rotation between different angle -90, -180, -270 and -360 or 90, 180, 270 and 360.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I already understand that the problem is in the image update function.
resize.js#L913
See that with this small snippet of code solve the problem for me.
And the complete code with the fix.
The text was updated successfully, but these errors were encountered: