Which is correct example of translate function of 3D transformation? * 2 points translate(tx,ty,tz) translate3d(tx,ty,tz) translate3d(tx,ty,deg) translate3d()
Example: css translate3d
transform: translate3d(42px, -62px, -135px);
transform: translate3d(42px, -62px, -135px);