-
Which of the following moves an element from its current position?
-
- matrix()
- scale()
- translate()
- rotate()
- None of these
Correct Option: C
The translate() method moves an element from its current position according to parameters given for X-axis and Y-axis,
div {-ms-transform: translate(12px, 100px); -webkit-transform: translate(12px, 100px); translate(12px, 100px);}