react-draggable
react-draggable copied to clipboard
Cannot Rotate
trafficstars
I create a DOM in react-draggable, now I rotate the DOM
since react-draggable will set a transform property inside the DOM when render, it makes my transform rotate properties not working properly
for example, the DOM css is transform: translate(265px, 262px), but what I want is transform: translate(265px, 262px) rotate(33deg)
how can I acquire?
the blue rect shadow DOM indicating react-draggable, which doesn't rotate