Posts by user81454 • 1 point
1 post
-
-1
votes2
answers2434
viewsA: How do I get the position of an element that uses the Transform CSS property?
When you use Translate, the position of the element is centered. That way you need to get the width of the element and split by two, so you have the position left; To catch the top, just take the…