InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method skews an element along the X-axis by the given angle using tranform?(a) skewX()(b) skewy()(c) x-axis()(d) skew()This question was addressed to me in semester exam.My question is taken from CSS3 Transitions for UI Elements topic in portion CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» The CORRECT ANSWER is (a) skewX() |
|