translate X helps us transform the element by?
Answers
Answered by
0
Answer:
The translateX() CSS function repositions an element horizontally on the 2D plane. Its result is a <transform-function> data type. Note: translateX(tx) is equivalent to translate(tx, 0) or translate3d(tx, 0, 0) .
Syntax
Answered by
0
Answer:
repositioning the element on the horizontal plane
Similar questions