html-dom
html-dom copied to clipboard
Use transform style instead of top/left
Update the drag/drop posts
Can i know what you mean by transform style ?
For example:
https://github.com/phuoc-ng/html-dom/blob/master/client/posts/make-a-draggable-element/index.tsx#L65
Setting the transform style gives a better performance in comparison to top, and left.
See https://www.paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/
I think this issue can be closed if already there a solution !