InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method rotates an element around its Y-axis at a given degree using tranform 3D?(a) rotateY()(b) rotate-Y()(c) rotate-Yaxis()(d) none of the mentionedI have been asked this question during an internship interview.This intriguing question comes from CSS3 Transitions for Images in section CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT OPTION is (a) rotateY() For EXPLANATION: Self-explainatory. |
|