InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method skews an element along the X and Y-axis by the given angles using tranform?(a) skewX()(b) skewy()(c) skew-X-Y()(d) skew()I had been asked this question in an online interview.My doubt is from CSS3 Transitions for UI Elements topic in section CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT OPTION is (d) SKEW() The EXPLANATION is: Self-explainatory. |
|