Описание тега translate3d
NoneA CSS function to move the element in 3D space used with the transform CSS property
Description
The translate3d()
CSS function moves the position of the element in the 3D space. This transformation is characterized by a 3-dimension vector whose coordinates define how much it moves in each direction.
Syntax
translate3d(tx, ty, tz)
where,
tx
- is a representing the abscissa of the translating vector.
ty
- is a representing the ordinate of the translating vector.
tz
- is a representing the z component of the translating vector. It can't be a value; in that case the property containing the transform is considered invalid.