I came across this issue in two different variations on stackoverflow, but unfortunately the proposed solutions didn't work for me.
My problem is that I need to translate an item, but when I try to retrieve its position with obj.style.left or obj.offsetLeft after the translation, I always get 0. Is there a way to accurately determine the coordinates of an element after it has been translated using CSS3?
I am unable to use jQuery, both because of restrictions and because I prefer to fully understand the solution rather than relying on a library without comprehension.
Any suggestions or thoughts on this matter would be greatly appreciated.
Thank you in advance!