Moves the element along the z-axis of the 3D space. This is a shortcut for translate3d(0, 0, tz).
Syntax | |
---|---|
CSS Transforms Level 2 | translateZ( <length> ), where percentages are not allowed for translateZ() even though they are allowed for translateX() and translateY() |