react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Use `top left` instead of transform?

Open feresr opened this issue 3 years ago • 6 comments
trafficstars

Is it possible to use the top/left css properties instead of transform?

...or alternatively, keep using transform for dragging but then set reset its value on onDragStopped (and move the new position values to top/left) for performance?

feresr avatar Nov 13 '22 06:11 feresr