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()I had been asked this question at a job interview.I want to ask this question from CSS3 Transitions for UI Elements topic in portion CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» The CORRECT option is (C) TRANSLATE() |
|