InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines where a 3D element is based in the x- and the y-axis?(a) transform-style(b) perspective(n)(c) perspective-origin(d) none of the mentionedThis question was addressed to me during an online interview.My question is based upon CSS3 Transitions for Images topic in section CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» RIGHT OPTION is (C) perspective-origin The BEST I can EXPLAIN: Self-explainatory. |
|