How does the transform:translate3d(50%,0,0) differ from left:50% in css? heres the jsfiddle that i made.
transform: translate3d(50%,0,0)
and
left:50%;
translate3d(50%,0,0)
considers the percentage as of the element itself, so it is being translated from the left half of the element size.
The left of the div that is positioned absolute in the fiddle is relative to the container div which is positioned relative, so the left:50%;
is 50% of this container.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With