InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method moves an element from its current position using tranform?(a) rotate()(b) scale()(c) translate()(d) matrix() |
|
Answer» The correct option is (c) translate() To explain I would say: Self-explainatory. |
|