html-dom icon indicating copy to clipboard operation
html-dom copied to clipboard

Use transform style instead of top/left

Open phuocng opened this issue 5 years ago • 3 comments

Update the drag/drop posts

phuocng avatar Apr 04 '20 08:04 phuocng

Can i know what you mean by transform style ?

elkarouani avatar Apr 04 '20 14:04 elkarouani

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/

phuocng avatar Apr 04 '20 14:04 phuocng

I think this issue can be closed if already there a solution !

elkarouani avatar Dec 08 '21 20:12 elkarouani