Identify the CSS3 3D transformation function that shifts an object offX pixels horizontally, offY pixels vertically, and offZ pixels along the z-axis.
answer choices
- translate3d(offX, offY, offZ)
- translate(offX, offY, offZ)
- translateXYZ(offX, offY, offZ)
- shiftXYZ(offX, offY, offZ))