Computer Science, asked by vidyasankappalavar, 6 months ago

translate X helps us transform the element by?​

Answers

Answered by Prataya339
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 keerthibendi
0

Answer:

repositioning the element on the horizontal plane

Similar questions